jhalter / mobius

A Hotline server implemented in Golang for macOS, Linux, and Windows operating systems
MIT License
73 stars 8 forks source link

Add support for Mac Roman character encoding #120

Closed jhalter closed 5 months ago

jhalter commented 5 months ago

Add support for Mac Roman character encoding.

Incoming strings from the client will be assumed to be Mac Roman encoding instead of ASCII and converted to UTF-8.

Outgoing strings will be converted from UTF-8 to Mac Roman.

Mac Client:

Screenshot 2024-04-04 at 3 44 11 PM

Server file system:

❯ ls
HéLLø                   My Cool Stuff ƒ
jhalter commented 5 months ago

Fixes #37