i probably was not clear enough. you need to make sure that all storage areas are aware of your character set. this includes your table/database, the html you are outputting AND the database connection itself. the database stuff can be administered from phpmyadmin
No. The real solution is knowing what encodings are used and communicate that to all used subsystems. Sending a PHP6 unicode string after you have told the browser to expect iso-8859-1 still makes your site a mess.
In short: it is your responsibility as a programmer to manage the string encoding hat is used. No programming language can take that away from you.
+++ Despite being wrong in every important aspect, that is a very good analogy +++
Hex (in Darwin's Watch)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.