Re: [PHP] regex with non-ascii characters

2001-01-30 Thread Jeff Warrington
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

[PHP] regex with non-ascii characters

2001-01-29 Thread Remco Chang
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 addi