Foror wrote:
In this method
public static String urlDecode(String input) // input = "новый" (russian
word)
{
try
{
return CODEC.decode(input); // return "?????" after call this method
}
catch (DecoderException ex)
{
throw new RuntimeException(ex);
}
}
In Tomcat "<Connector URIEncoding="UTF-8"/>"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
is ur page.tml using the same encoding ??
juz my 2c
if so .. u may need to test ur CODEC.decode
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]