[rt-users] email gateway issue

Paolo Campanella paolo at mighty.co.za
Wed May 21 04:52:27 EDT 2003


On Tue, 20 May 2003 14:36:58 -0500
Benjamin Herbert <herbert at isis.visi.com> wrote:

> error:          Error during compilation of
> /usr/local/rt3/share/html/Ticket/Elements/ShowTransaction:
> 
> Unrecognized escape \p in character class passed through before HERE
> mark in
> regex m/(\pL[\p << HERE L']*)/ at
> /usr/lib/perl5/site_perl/5.6.1/Text/Autoformat.pm line 429.

Add this:
use utf8;

to the top of /usr/lib/perl5/site_perl/5.6.1/Text/Autoformat.pm

Affects Perl 5.6.1 users.

I have reported it to the Text::Autoformat maintainer.


Bye

Paolo



More information about the rt-users mailing list