Re: String Encoding Detection (Revisited)
Re: String Encoding Detection (Revisited)
- Subject: Re: String Encoding Detection (Revisited)
- From: "Clark S. Cox III" <email@hidden>
- Date: Fri, 8 Aug 2003 08:27:00 -0400
On Thursday, August 07, 2003, at 23:39, Francisco Tolmasky wrote:
How do I determine if the data is in beg endian or little endian? Or
is just check for both FEFF and FFFE enough? Also, is there no b/l e
difference in the utf-8 mode? (Do I check for any of "EF BB BF, or
for all of those one after the other?)
Yes, checking the BOM (if it exists) will tell you which endian the
data is, that's all you need; and yes, there is no endian difference in
UTF-8 (as it's an 8-bit encoding)
_______________________________________________
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.