View Unicode Tag


Have some fun! Explore the 3 articles tagged with unicode.

Encoding Update

Coding and Web Design

Well, encoding issue is fixed. Sort of. After digging around I found that the routines in my CMS are forcing the use of ISO-8859-1 which makes it difficult to easily convert to UTF-8. It isn’t impossible, but it isn't what I want to work on right now. I’m saving that exercise for another day.


A Lesson in Encoding

Coding and Web Design

I’m currently working on a responsive HTML5 template for my website. As much as I like the old one, it is starting to get a bit long in the tooth. Five years of life is a pretty good run, but it is time to get with the modern world full of mobile devices and tablets. Unfortunately, I’ve run into a bit of a pickle.


Unicode and the like

Coding and Web Design

I’ve run into a bit of an issue. XML uses UTF-8 encoding. I wouldn’t think it would be a big issue, but my web pages render in ISO-8859-1. Since my ISP uses perl 5.6.1, I can’t easily encode/decode between the two Unicode formats. So, I thought I’d just render my pages in UTF-8. Ouch, bigger headache. Now older articles don’t look right and some of the WebAPP code converts things wrong. I’m still looking for a solution. For now, you may find some things display wrong here.