Re: Converting Japanese C- string to NSString
Re: Converting Japanese C- string to NSString
- Subject: Re: Converting Japanese C- string to NSString
- From: Andreas Mayer <email@hidden>
- Date: Thu, 5 Feb 2004 11:59:53 +0100
Am 05.02.2004 um 09:40 schrieb Hire:
How to convert C-string that contains japanese character to NSString?
Depends on the encoding.
A plain ASCII string can't hold japanese characters. The data has to be
encoded somehow.
Look at the documentation for NSString for a list of available
character encodings:
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSString.html
bye. Andreas.
_______________________________________________
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.