On Sat, 10 Jan 2015 02:52:09 +0100 "Dmitrij D. Czarkoff" <czark...@gmail.com> wrote:
> > +#define UPPER "A-Z" > > +#define LOWER "a-z" > > +#define PUNCT "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" > > These definitions hugely misrepresent corresponding character classes. I interpreted the character classes by default for the C locale. What do you mean by hugely misrepresenting? They are just fragments to build the classes later on. -- FRIGN <d...@frign.de>