In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Leonid Zilber) wrote:

> 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.

That doesn't sound like a PHP error, but rather a custom message from your 
application's developer, based on his/her assumptions about what 
constitutes valid text input.

-- 
CC

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

Reply via email to