2006/5/17, Jonas Rosling <[EMAIL PROTECTED]>:

Hi,
the PHP newbie is here again asking questions.
Is there anyway in PHP to convert none international characters so the are
displayed correct?
In my case I have lots of data in the database with å,ä and ö.

Thanks // Jonas

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



If your db uses a character encode that doesn't support all the characters
in the character set of the string you want to store, this characters will
be lost when converting from one set to another, and there will be no way to
convert them back. The proper solution is to set the correct character set
in your db.

Reply via email to