Quantcast
Channel: Vincent Gable's Blog » UTF8
Browsing latest articles
Browse All 2 View Live

ASCII is Dangerous

Never use NSASCIIStringEncoding “Foreign” characters, like the ï in “naïve”, will break your code, if you use NSASCIIStringEncoding. Such characters are more common then you might expect, even if you...

View Article


When In Doubt, UTF8

/* If you are uncertain of the correct encoding, you should use UTF-8, */ /* which is the encoding designated by RFC 2396 as the correct encoding */ /* for use in URLs.… */ — CFURL.h This echos my...

View Article

Browsing latest articles
Browse All 2 View Live