Hello,
I would like to know if there is a non-deprecated way to get old-style Macintosh text in unicode form.
For example, language code 32 = Russian. I have text as bytes.
Or am I out of luck here?
Jan E.
Hello,
I would like to know if there is a non-deprecated way to get old-style Macintosh text in unicode form.
For example, language code 32 = Russian. I have text as bytes.
Or am I out of luck here?
Jan E.
You can find various mappings form old to unicode at http://www.unicode.org/ specificly at:
http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/
if your main interest is Apple encodings.
You could also try Terminal commands like iconv that convert between encodings. I can't recall if iconv is installed by default or if you have to install it.