Re: NSStringReference: Chinese encodeing
Re: NSStringReference: Chinese encodeing
- Subject: Re: NSStringReference: Chinese encodeing
- From: Andy <email@hidden>
- Date: Sat, 11 May 2002 22:49:41 -0400
Duni Modi wrote:
>
>
I read the following from Foundation API Reference
>
http://developer.apple.com/techpubs/macosx/Cocoa/Reference/Foundation/Java/Classes/NSString.html
>
"The following constants are provided by NSStringReference
>
as possible string encodings. This is an incomplete list."
>
>
I can find the constant for simplified Chinese encodeing, where can I
>
find the complete list.
>
Here:
http://developer.apple.com/techpubs/macosx/CoreFoundation/StringServices/String_Services/Enumerations/CFStringEncodings.html
Cocoa NSStrings are bridged - they're also valid CFStrings.
You might also want to look at:
http://developer.apple.com/techpubs/macosx/CoreFoundation/StringServices/String_Services/Functions/Miscellaneous.html#//apple_ref/c/func/CFStringConvertNSStringEncodingToEncoding
An Apple employee on this list told me you should consider the list for
CFStrings to be definative for NSStrings. They're meant to be inter-operable.
--
AndyT (lordpixel - the cat who walks through walls)
A little bigger on the inside
I think we finally found the killer app for Flash: animated stick men
_______________________________________________
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.