On Tue, 25 Mar 2003 14:12:59 +0100
<[EMAIL PROTECTED]> wrote:

> Hi,
> I have xsp pages, and all my parameters with accents (И, Х, Т,...) changes into 
> things like "ц╘",...
> I tried diferent encoding into my pages (like <?xml version="1.0" 
> encoding="ISO-8859-1"?>), but nothing seems to work! 
> how can I keep the accents?
> 

Try form-encoding attribute in the xsp:request
or
construction like:

String myparam = new 
String(request.getParameter("param").getBytes("ISO-8859-1"),"CP-1251");

-- 
 
Best regards,
Yury Mikhienko.
IT engineer, ZAO "Mobicom-Kavkaz"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to