Macintosh encodings
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
Line 8: | Line 8: | ||
Text encoded with the Macintosh fonts often uses just CR (0X0D) for a line ending, without LF (0X0A). | Text encoded with the Macintosh fonts often uses just CR (0X0D) for a line ending, without LF (0X0A). | ||
− | + | == List of encodings == | |
* [http://msdn.microsoft.com/en-us/library/cc195079.aspx MacCE] | * [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/cc195078.aspx MacCyrillic] |
Revision as of 16:36, 27 June 2017
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).