Many Thanks for your suggestion. However I had already implemented this on SED.java so now the problem comes sometimes not always. regards, Anshuman
-----Original Message----- From: MOSSELMANS Rudi (OPOCE) [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 07, 2006 7:57 PM To: Roy, Ansuman; [email protected] Subject: RE: A Strange Problem - Special Characters as  on linux but not on windows Hi there, The exporter uses a SED like java class to convert the HTML contents. It uses the character set ISO-8859-15. You might want edit src/java/org/apache/lenya/util/SED.java, replacing "ISO-8859-15" with "UTF-8". I hope this works for you, Rudi 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]
