Hello,
i'am about to develop a little web app that should later be localised in other languages.
while doing some research on using unicode, i was told PHP does not support Unicode natively, but i still see some functions related to UTF-8 string:
utf_decode() and utf_encode()
Now i'm not an expert at Charsets and i have some "straight" questions to anyone with more experience with this issue:
and generally are there anythings i should be cautious about using PHP in a unicode environnement?
Thank you in advance