Server config: Mistakes with character encoding - part 2
posted: March 10th, 2007 · by: Sven
So, you know how to pipe data from the webbrowser through various library layers to a database and all the way back again. You know how to configure every layer of all those sophisticated web applications, frameworks, libraries, programming languages, ...
But now here’s this dammned static file that seems to get totally screwed somewhere and you’re already starting to pull your hair out because there’s no apparent reason.
Relax and step back. Look again. Sometimes things are simple, that simple that one doesn’t see the wood for the trees.
Read the rest of this entryCommon mistakes with character encodings - part 1
posted: February 14th, 2007 · by: Sven
Ok, I’m going to collect some gotchas, pitfalls, mistakes and traps relating to Unicode, UTF-8, character encoding in general etc. Hopefully this prevents myself and others from being bitten (again) or at least might help to find the culprid more easily.
So if you have any additions here: please let me know! You read that? If you’ve encountered some kind of common problem with character encodings, please, let me know! There’s a comment form to use below and you also can always send me a mail. Thanks in advance :)
Let’s start with some basic stuff …
Read the rest of this entry