bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: m4 ebcdic patch


From: Paul Eggert
Subject: Re: m4 ebcdic patch
Date: 15 Dec 2003 10:07:02 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

address@hidden (Michael Elizabeth Chastain) writes:

> Hi Paul,
> > This doesn't suffice, unfortunately.  POSIX requires that, in the
> > standard "C" (or "POSIX" locale), every portable character (not just
> > alphanumerics) must sort as if it were ASCII.
> 
> I confess that I didn't think about that.
> 
> However, I can't find anywhere where m4 sorts strings or compares
> them for "lesser" or "greater".

It's in the regex code that looks for patterns like '[a-z]'; it
compares for characters greater than or equal to 'a' and less than or
equal to 'z' in the collating sequence.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]