procmail
[Top] [All Lists]

Re: non-Western chars

2000-10-02 09:32:17
For dealing with non-Western, non ISO-Latin-1, characters, I use the
following variables:

i       = "[a-zà-öø-ÿß\"]"              # lower-case ISO and "
I       = "[A-ZÀ-ÖØ-Þ]"         # upper-case ISO
x       = "[A-Za-zÀ-ÖØ-öø-ÿ\"]" # mixed-case ISO and "
X       = "[^A-Za-zÀ-ÖØ-öø-ÿ]"  # non ISO values
Y       = "[^A-Za-zÀ-ÖØ-öø-ÿ:]" # non ISO values and :

I use the " for ASCII-fied umlauts, such as u" or "u.

For what it is worth...

Cheers,

        --Ralph

Dr. Ralph P. Sobek                Disclaimer: The above ruminations are my own.
Ralph.Sobek @ irit.fr           
sobek @ irit.fr                                    http://beeline.to/genealogy/
Ph:(+33)[0]561558618   FAX:(+33)[0]561556258   http://www.irit.fr/~Ralph.Sobek/
===============================================================================
Estimates are that one-third to two-thirds of animal and plant species will 
disappear in forseeable future!  AWFUL!
  SPAMMERS Beware: http://www.irit.fr/~Ralph.Sobek/welcome.shtml#Mail-Warning

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>
  • Re: non-Western chars, Ralph SOBEK <=