On 16 Aug 2009, at 20:46, tim lindner wrote:
Is it possible to add an encoding to CoCoa?
I have some text data from a legacy system which is ASCII for 0-127,
but
128-255 is unique to the system. I'd like to load it into a text view
and "just have it work".
Hi Tim,
It's worth checking whet
Well, certainly one way would be to preprocess the text buffer,
converting the custom characters into a standard encoding like UTF-8,
then passing the processed buffer into +[NSString
stringWithUTF8String:]. At that point it would "just work" since it's
in a known encoding.
Depending on w
Is it possible to add an encoding to CoCoa?
I have some text data from a legacy system which is ASCII for 0-127, but
128-255 is unique to the system. I'd like to load it into a text view
and "just have it work".
What options do I have?
--
tim lindner
tlind...@macmess.org