Hi,
I have a content management system that generates the application 
resources.properties file. Now the value of many keys
are found to be of filled with  keys. Basically this happens due to non 
conformant utf standards.
If this is present in the jsps or the html pages then these characters are not 
displayed because both the 
jsp and the included html is utf encoded. But when I take keys from the the 
property file the ÂÂ values are apearing again.
I have added the following line to the jsps:
<%@ page language="java" pageEncoding="utf8" contentType="text/html; 
charset=UTF8"%> 

but no result,
How do i solve this problem,
regards,
Ansuman




This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

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

Reply via email to