13 Apr
2011
13 Apr
'11
2:19 p.m.
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