Re: NSString creating problem when contains chinese font
Re: NSString creating problem when contains chinese font
- Subject: Re: NSString creating problem when contains chinese font
- From: Calvin Hou <email@hidden>
- Date: Thu, 02 Oct 2003 11:53:13 -0400
Hi Uli,
I read the article about the UTF-8 forms on unicode.org, and found that it's
3 bytes instead of 2 for one Chinese character. So when I just modify two
bytes in the string buffer, it damaged the coding. That's why the system can
not recognize it and return an error.
Thank you very much.
Calvin
_______________________________________________
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.