The other week, a colleague of mine sent an interesting article about UTF8 encoding through the web stack. The post talks about how you have to force each part of your web application and software into UTF8 as they fight to default to their own defau ...
Including asian characters in drop down menus on websites can be a bit trickier than they seem and requires a step further than just including the Meta tag: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> If you are using ...