i think some browser doesn't work every well with <META> header. the safer way is to set these info in the http response header by doing <%@ page contentType="text/html;charset=UTF-8"%> in your jsp
Rob Breeds wrote: > Pretty much - add resources as required. > > In your JSP add <html:html locale="true"> > > You will need to add <META HTTP-EQUIV="Content-Type" CONTENT="text/html; > charset=UTF-8"> to JSP if using UTF-8. And set up your app server to encode > in UTF-8 if you want to support multiple languages in same page. > > See Aaron's page at: http://www.anassina.com/struts/i18n/i18n.html > > HTH > > Rob > > > "Torsten > Trzeciak" To: <[EMAIL PROTECTED]> > <torsten@trzec cc: > iak.de> Subject: Is internationalization with >japanese possible? > > 28/02/2002 > 18:41 > Please respond > to "Struts > Users Mailing > List" > > > > Hallo, > I come from Germany and I would like to present my web page in japanese. > What is necessary? Just another resource ? > > Thanks in advance > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

