I have a capture form using text fields.   This form receives data from the
user and then through a php module the data will be stored on an Oracle
database via ODBC.   All the data is converted to caps so I am using the
strtoupper() function.  However when the user writes characters like
 � the strtoupper function changes the character (to another character but
not to �), so the ODBC manager report an error message becouse he does not
accept the converted character.

What can I do to get the correct upper case character ?

Thanks in advanced !!

Atte. Ignacio Estrada F.
Centro Nacional de Control de Energia
Area de Control Occidental
025+6463, 025+6464, 025+6469


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

Reply via email to