|
Posted by RedGrittyBrick on March 3, 2008, 5:07 am
Please log in for more thread options John wrote:
>>
>>> Is there a character class like [a-zA-Z] for accented characters that lie
>>> between ASCII 192 and 255 (excluding 215 and 247)?
>>
>> ASCII defines characters from 0-127, so 192 and 255 are not in ASCII.
>>
>>
>> --
>> Tad McClellan
>> email: perl -le "print scalar reverse qq/moc.noitatibaher0cmdat/"
>
> Thanks. I should have said extended ASCII
I'd rather you said "Code Page 1252", "Windows Latin-1", "ISO-8859-1" or
the name of some other specific character set/encoding. :-)
|