>>> guillaume ORIOL <[EMAIL PROTECTED]> 08-May-00 10:03:18 AM >>>

>so my question is:
>what do you get with a request.getParameter("field") ?
>- a true java String translated by the servlet engine from a
particular
>charset to Unicode
>- a strange java String still encoded in the charset of the HTML
page

request.getParameter("field") *should* return a string in the
character set specified by the request.

However, there are a number of problems with servlet API i18n and so
this is not always so, it depends on the container basically.


The JSR053 team is currently tryin to sort i18n out and produce a
standardised system.




Nic Ferrier

___________________________________________________________________________
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

Reply via email to