[PHP] Mozilla and german 'Umlaute'

2003-09-13 Thread Thomas Weber
Hi,

i have a strange problem with Mozilla. When submitting a form, german
umlaute (ä (ae), ü (ue) and others) become strange 16bit-chars like 'ä'.
I've tested this with PHP as dynamic Apache-module and with an own webserver
written in PHP.
Doctype and other XML-specific things in the page with the form don't make
any changes.

Does anyone know this problem? Does someone have a solution for this?

Thanks,
Thomas 'Neo' Weber
---
[EMAIL PROTECTED]
[EMAIL PROTECTED]

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



Re: [PHP] Mozilla and german 'Umlaute'

2003-09-13 Thread Dan Anderson
 Does anyone know this problem? Does someone have a solution for this?

You are probably using UTF16 (or is it called UTF8?) encoding which
allows many spiffier things then ASCII.  There are functions to allow
conversion between UTF and ASCII.  I ran into this problem when a
spanish client tried using spanish in a script sold in America.  I
refunded him his money because the solution was much too expensive.

-Dan

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