You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Frank Chen <fr...@ms5.hinet.net> on 2001/05/19 05:23:02 UTC

URL-decoding Bug

Hi:

When sending BIG5 Chinese characters through form's GET method to Cocoon servlet,
it would do the URL-decoding. However, it's conversion is not correct for BIG5 characters, for a Chinese character is two Latin-1 characters, For example,
'%A5x' is a Chinese character, but the conversion looks like treating %A5 is a Java character, and so is x. '%A5x' should treat as a Java character.

Is that possible to improve this support when Asian encodings get involved?