Hi,
On our site, we have page with a form a user puts his/her information such
as company name, givenname, etc. Currently, if a name entered is anything
but English characters, PhP fails.
For example, if I enter Norwegian characters lsløæ PhP returns the following
errors:
"Last name field must contain a valid last name"
etc.
Does anyone know how can I make my PhP code ISO-8859-1 compliant?
Thank you in advance.