Perssy Llamosas wrote:
...
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
...
The files (.java .jsp .???) MUST be saved as UTF-8 or the characters won't display correctly.

To clarify, page encoding of JSPs is a separate issue. The only requirement here is that the pageEncoding attribute matches the character encoding you save the JSP with. You don't need to worry about it if you stick to ASCII characters in the JSPs -- which is usually easy to do if you have localizable text pulled out into resource bundles.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to