Re: UTF-8 headers and JSP included files

2006-06-21 Thread Seak, Teng-Fong
Mark Thomas wrote: Dariusz Wojtas wrote: Any hints how to get rid of these extra FFFE chars? My included files need to be UTF-8 encoded. Use a text editor that doesn't insert these characters automatically. Mark Yup, for example, Eclipse (version 3 or higher). It is actually bad n

Re: UTF-8 headers and JSP included files

2006-06-20 Thread Mark Thomas
Dariusz Wojtas wrote: > Any hints how to get rid of these extra FFFE chars? > My included files need to be UTF-8 encoded. Use a text editor that doesn't insert these characters automatically. Mark - To start a new topic, e-mail:

UTF-8 headers and JSP included files

2006-06-20 Thread Dariusz Wojtas
I have an app, written in Struts+JSP. Encoding works perfectly, no rpoblem with the special characters/requests/responses. Except for one annoying thing. My JSP pages use includes: <[EMAIL PROTECTED] file="../someFile.jsp"%> Some pages include 3-5 other pages. They are all (top level + include