Hello Mike!

MA> "System.out.println("\u2261");"
Hmmm.. Looks the System.out writer is set up to smth like ISO-8859-1,
so will this work?
MA> Incidentally, your question
MA> got me wondering if I could do Unicode from servlets, and view the results
MA> in normal browsers.
Again the 'out' writer is set up to the charset you declared in the
<%@ page%>, so probably this char won't get though and turn into
a ? unless you have contentType="text/html;charset=utf-8"

Maybe doing &#2261; would be better in a general setting?

Best regards, Anton

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to