Tom Allison schreef: > I'm trying to do some regular expression on strings in email. They > could be encoded to something. But I can't tell because I don't have > a utf8 unicode xterm window that will show me anything.
There are more simple ways to find out, see charnames and perlunitut. http://search.cpan.org/perldoc?charnames http://search.cpan.org/perldoc?perlunitut I would first convert to a common base, like UTF-8, before trying to match strings. Are you talking about raw mail messages? Consider SpamAssassin and custom rules. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/