Macintosh encodings
From Just Solve the File Format Problem
(Difference between revisions)
(New) |
(Only one bracket on each side for external URLs) |
||
Line 4: | Line 4: | ||
Code tables as given by non-Apple sources: | Code tables as given by non-Apple sources: | ||
− | * | + | * [http://msdn.microsoft.com/en-us/library/cc195079.aspx MacCE] |
− | * | + | * [http://msdn.microsoft.com/en-us/library/cc195078.aspx MacCyrillic] |
− | * | + | * [http://msdn.microsoft.com/en-us/library/cc195077.aspx MacGreek] |
− | * | + | * [http://www.kreativekorp.com/charset/encoding.php?file=macgujarati.kte MacGujarati] |
− | * | + | * [http://www.kreativekorp.com/charset/encoding.php?file=macgurmukhi.kte MacGurMukhi] |
− | * | + | * [http://msdn.microsoft.com/en-us/library/cc195080.aspx MacIcelandic] |
− | * | + | * [http://msdn.microsoft.com/en-us/library/cc195076.aspx MacRoman] |
− | * | + | * [http://www.kreativekorp.com/charset/encoding.php?file=macromanian.kte MacRomania] |
− | * | + | * [http://www.kreativekorp.com/charset/encoding.php?file=macsymbol.kte MacSymbol] |
− | * | + | * [http://www.kreativekorp.com/charset/encoding.php?file=macthai.kte MacThai] |
− | * | + | * [http://msdn.microsoft.com/en-us/library/cc195081.aspx MacTurkish] |
Revision as of 00:21, 6 November 2012
The Macintosh "Classic" OS (before OS X) used a number of 8-bit encodings for various locales. These are supersets of ASCII but don't resemble any other standard encoding in the range from 128 to 255. MacSymbol and MacDingbats are graphic character sets that are completely different from ASCII.
Text encoded with the Macintosh fonts often uses just CR (0X0D) for a line ending, without LF (0X0A).
Code tables as given by non-Apple sources: