Adding custom string encodings to NSString/CFString
Adding custom string encodings to NSString/CFString
- Subject: Adding custom string encodings to NSString/CFString
- From: Chris Ridd <email@hidden>
- Date: Thu, 25 Jul 2002 14:47:08 +0100
Hi,
The NSString class (aka CFString functions) allow a reasonable range of
different string encodings for reading and writing, making it pretty
straightforward to deal with strings encoded in different ways.
However my app needs to manipulate strings using a different encoding
(specifically, Palm's string encoding).
It would be neat if I could add knowledge of Palm's encoding to
NSString/CFString, but after some inspection of the documentation and
headers this seems to not be possible.
Is this functionality there after all (am I blind?) or do I have to resort
to hacking up my own translation tables?
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.