On Friday 21 December 2007 19:31:09 Brian Cassidy wrote:
> Knut-Olav Hoven wrote:
> > There are some problems when translating with Catalyst::Plugin::I18N
> > using special unicode characters like "æøå".
> >
> > It got printed (both in console/debugging) and in web browser) as
> > unprintable characters (displayed as "?"). Manually changing encoding in
> > Firefox to ISO-8859-1 made it look right, but the rest of the page is
> > using UTF-8, so this was a no-go solution for me.
> >
> > The solution I found to this was to change line 65 of
> > Catalyst/Plugin/I18N.pm (version 0.06), changed the Decode attribute
> > given
> > to "Locale::Maketext::Simple" from 1 to 0.
>
> I'm using the I18N plugin with unicode characters just fine. Your
> work-around seems suspect to me.
>
> Are you using the Unicode plugin? If not, try adding that to the mix and
> see if that makes things jive for ya.

That seems like an odd solution...

The Decode parameter is used to decode unicode characters, while the Unicode 
plugin is encoding to unicode...?

>
> -Brian
>
> _______________________________________________
> List: Catalyst@lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
> Dev site: http://dev.catalyst.perl.org/



-- 
Knut-Olav Hoven
Systemutvikler               mob: +47 986 71 700
Linpro AS                    http://www.linpro.no/

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to