Not sure I'd say Squeak's (5.0 at least) MacRoman conversion is free of bugs
either, at least the "legacy" ByteTextConverter subclass in Pharo passes the
following:

"U+0152, Latin capital ligature OE is codepoint 16rCE in mac-roman"
((Character value: 16r0152) asString convertToEncoding: 'mac-roman') first
charCode = 16rCE.  

"Codepoint 170 in MacRoman is TM sign, U+2122"
((Character value: 170) asString convertFromEncoding: 'mac-roman') first
charCode = 16r2122.

Cheers,
Henry



--
View this message in context: 
http://forum.world.st/TextConverter-is-broken-tp4882039p4882095.html
Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Reply via email to