28 Jan
2011
28 Jan
'11
6:53 a.m.
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