Foror wrote:
D> is ur page.tml using the same encoding ??
D> juz my 2c
D> if so .. u may need to test ur CODEC.decode
All in UTF-8
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
then better use debugger, stops at the point
CODEC.decode(input);
check value of input is indeed what u expecting
then step into ur decode method
IMO it is likely an minor bug in ur decode method
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]