andiengstrand
Programmer
Hi!
I am developing a software where information (text) is exchanged between the client and a http server using PHP. The users use all kinds of character sets and I would like to let the user send data as UTF-8 and also send information back using UTF-8. Is this possible? If I send data using POST it will be treated as an 8-bit string, right? How good can PHP handle utf-8
/Andreas