Jennifer Wheeler writes:
> Thanks for the suggestion David, but we can't allow only English.  We're
> running this on a server with international clients.  Guess I should
> have mentioned that.  :)

If you use backslashed escape codes it should work -- e.g.

man iso_8859_1

notes these i chars:

314     204     CC      <CC>    LATIN CAPITAL LETTER I WITH GRAVE
315     205     CD      <CD>    LATIN CAPITAL LETTER I WITH ACUTE
316     206     CE      <CE>    LATIN CAPITAL LETTER I WITH CIRCUMFLEX
317     207     CF      <CF>    LATIN CAPITAL LETTER I WITH DIAERESIS
354     236     EC      <EC>    LATIN SMALL LETTER I WITH GRAVE
355     237     ED      <ED>    LATIN SMALL LETTER I WITH ACUTE
356     238     EE      <EE>    LATIN SMALL LETTER I WITH CIRCUMFLEX
357     239     EF      <EF>    LATIN SMALL LETTER I WITH DIAERESIS

so [\xCC-\xCF\xEC-\xEF] should catch all those.  (in ISO-8859
charsets at least.)  Basically, \xNN where NN is the hex representation.

--j.


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to