----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

<[EMAIL PROTECTED]> wrote:
> How can i change platform's default character encoding?
> My default is response.getCharacterEncoding = ISO-8859-1.
> But i can't see some special character on browser(i see 
> some characters as ?). How can  change it to ISO-8859-9?

Use this:

response.setContentType("text/html; charset=ISO-8859-9");

Merry Christmas :-)

--
Pawel Pesz
InsERT.net, Wroclaw, Poland
mailto:[EMAIL PROTECTED]
http://www.insert.net.pl



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to