-
Notifications
You must be signed in to change notification settings - Fork 85
Description
When I try to use the HTTP interface to compose a message using Cyrillic characters, the result is obviously useless:
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=ISO-8859-1
....
Type: Private
?????????
When attempting to compose an email from command line, the result is the same. I don't see a way to set a different content-type anywhere, but the presence of a content-type kind of implies that other charsets should be possible.
Winlink documentation says nothing regarding charsets in B2F, and incoming messages contain no charset information, so I'm not sure they are. and messages arriving from the Internet seem to assume ISO-8859-1 and likewise mangle cyrillic. But if so, why have a content-type header at all?
Is this a limitation of Pat, or a limitation of Winlink system in general? If Since this is a general limitation of Winlink, maybe Pat should prevent the user from inputting characters that will be mangled on saving, or display an error...