[Dancer-users] Problem with UTF8 at forward
Alberto Simoes
ambs at perl-hackers.net
Wed Apr 13 16:19:28 CEST 2011
On 13/04/2011 15:10, Takeshi OKURA wrote:
> it is seems to be 'forward' returns utf8 encoded byte stream,
Yes, it does.
At the moment response is encoded the first time to the encoding
specified in the configuration file the first time it is built. Then, it
just passes along without further encoding.
This can be changed to, pass along unmodified and encode at the end, if
that matters.
Cheers
More information about the Dancer-users
mailing list