Community

Debugging Character Set Issues by Example

(Bernt Marius Johnsen) In a world moving towards Unicode and UTF-8, a lot of applications still use some one-byte character set. And since one-byte characters usually accepts any byte in the range 0x00-0xFF it often works well to store and retrieve any data in such character strings, e.g. UTF-8 enco

Read More - Register for Free Membership