2 possible solutions:
1 - use latest versions (4.1) of mysql and UTF-8 encoding.
2(bad) - before storing encode all string to base64 or something like this :-)

On Tue, 08 Feb 2005 10:29:20 +0100, Merlin <[EMAIL PROTECTED]> wrote:
> Hi there,
> 
> I am wondering how to store special characters like the german ö for example
> into a mysql db. Should the characters somehow be transforemd into html 
> entities
> like &ouml;? What are the benefits if it works without them as well?
> 
> Thank you for any hint,
> 
> Merlin
> 
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

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

Reply via email to