๐Ÿ”— The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) – Joel on Software

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) โ€“ Joel on Software In this article Iโ€™ll fill you in on exactly what every working programmer should know. All that stuff about โ€œplain text = ascii = characters are 8 bitsโ€ is not only wrong, itโ€™s hopelessly wrong, and if youโ€™re still programming that way, youโ€™re not much better than a medical doctor who doesnโ€™t believe in germs....

๐Ÿ”— HOWTO Use UTF-8 Throughout Your Web Stack

HOWTO Use UTF-8 Throughout Your Web Stack rentzsch : Good is the enemy of Great Latin-1 is the enemy of UTF-8 You write web apps. You understand the web is global, and want to support internationalization. You want UTF-8. UTF-8 is extremely sane. Well, as sane as an encoding can be that features backwards-compatibility with ASCII. What follows is a playbook to win your pervasive-UTF-8 battle.