UTF-8, PHP and MySQL | Rob Allen - Rob Allen | Developing software in the Real World
Some more: – do not write BOM (Byte Order Mark) when saving your PHP files in UTF-8 – make shure you are using multibyte aware functions (mb_…) – make shure your regular expression use the unicode modifier, and that the input to the expression is a valid ...