[Dancer-users] Forward and accent
Eric Guirbal
eric.guirbal at gmail.com
Fri Jan 28 07:53:39 CET 2011
Hello,
With dancer 1.3001, the new forward method doesn't work correctly with
non ascii characters.
$ dancer -a test
In index.tt:
<blockquote>
Avant de choisir le prénom d'un garçon, pensez toujours à la femme qui
aura à le murmurer plus tard.
</blockquote>
In test.pm add the route:
get '/quote' => sub {
forward '/';
}
Run the application standalone et point your browser at
http://localhost:3000/quote
to see something awful.
Regards,
--
Eric
More information about the Dancer-users
mailing list