Shashank Phadke wrote:
>
> Hi --
>
> Anyone developing / developed a servlets based system for Japanese
> HTML front end ?? I have the complete resource bundle setup for
> the JP strings - and now I need to generate Japanese HTML output.
>
> 1. Basic : What all is needed for the HTML generation in Japanese ?
> 2. View : Is installing proper fonts on browser sufficient enough to
> see the characters ?
> 3. Server: From the servlet side is it just sufficient enough to set
> the charset type ??
>
> I understand, its a little different for JP from the western european
> language handling.
I put a lot of information on i18n issues with servlets in Chapter 12
of Java Servlet Programming. See the URL in my sig. Basically, you
need the fonts on the client, you need to set the charset in the content
type -- before getting the writer, and you need to hope your server
doesn't have a bug. The JSDK 2.1 from a month ago had a bug involving
this (should be fixed in the next release).
-jh-
--
Jason Hunter
[EMAIL PROTECTED]
Book: http://www.servlets.com/book
Article: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html