Mailing List Archive

Use utf-8 in mason templates
Dear RT hackers,

each time I have to match on some values with non-ascii chars in a mason
template/callback, I have to add "use utf8;" in init block.

Is there a way to make it the default for all mason components?


--
Easter-eggs Spécialiste GNU/Linux
44-46 rue de l'Ouest - 75014 Paris - France - Métro Gaité
Phone: +33 (0) 1 43 35 00 37 - Fax: +33 (0) 1 43 35 00 76
mailto:elacour@easter-eggs.com - http://www.easter-eggs.com
--
RT Training - November 4-5 Los Angeles
http://bestpractical.com/training
Re: Use utf-8 in mason templates [ In reply to ]
Am 04.11.2014 um 16:50 schrieb Emmanuel Lacour:
> Dear RT hackers,
>
> each time I have to match on some values with non-ascii chars in a mason
> template/callback, I have to add "use utf8;" in init block.
>
> Is there a way to make it the default for all mason components?
>
>

I stumbled over this today, there is a bug open for this (over 3 years old):
https://rt.cpan.org/Public/Bug/Display.html?id=67353

Chris