Hi guys,
I've been having a lot of trouble with character sets/encoding while writing a multi-lingual web app in PHP in different places such as the shell, inside PHP itself, and in the database. I want the whole application to be UTF-8 throughout, so that I won't have to worry about converting anything back and forth anymore. Does anyone have a great tutorial or online book recommendation to learn exactly what should be considered when making such a decision, and also HOW to actually tackle such problems in PHP, MySQL and the shell?
I know it's an ambiguous question, so I really appreciate any recommendations you might have.
Thanks in Advance