In article <059301c08981$7859a020$[EMAIL PROTECTED]>, "Remco
Chang" <[EMAIL PROTECTED]> wrote:

You need to find the ASCII codes for these characters and
include them in the range of acceptable chars in the ereg.

something like:

[\xc0-\xff]

where this represents a range of ASCII codes in octal

Jeff


> hi,
> 
> just a quick question...  i can't seem to have ereg() work with
> non-ascii characters such as the character 'ö'.
> 
> is this something that i can work around?
> 
> remco chang www.bountyquest.com
> 
> 
> 
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to