Can somebody help me with localization?
I want to display/send/receive a characters from code page Cp1250
(windows-1250),
but if I call file1.jsp?somevar=xxx, where xxx are non ASCII characters,
and I want to display parameter var:
...
<%= request.getParameter("somevar") %>
...
file1.jsp shows only ????? or nothing.
Converting characters is unsuccessfull, settings like:
<%@ page language="java" contentType="text/html; charset=Cp1250" %>
or
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
or
response.setLocale( new Locale("sk","SK") );
etc.
doesn't work.
- Forte4j accept localized strings, but "application/x-www-form-urlencoded"
strings are bad,
but I can't resolve why...
- how to encode string to "application/x-www-form-urlencoded" form?
- I'm using JDK 1.3.
------------------
I'm crazy, I did everything, but nothing work:((((
------------------
RoBo Zilka
____________
/EuroWeb a.s.
/www.euroweb.sk
/mailto:[EMAIL PROTECTED]
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets