Re: tag files compiled in wrong encoding?

2023-03-23 Thread Holger Klawitter
Hi Mark, this fix was light speed! Thanks a lot! Regards, Holger - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: tag files compiled in wrong encoding?

2023-03-21 Thread Mark Thomas
On 21/03/2023 09:17, Holger Klawitter wrote: Hi there, I am investigating an encoding problem in the compiler for tag files: the following tag file (WEB-INF/tag/umlaut.tag): <%@tag trimDirectiveWhitespaces="true" pageEncoding="UTF-8" %> <%= "ü does not work" %> // bytes c3 bc (the file

tag files compiled in wrong encoding?

2023-03-21 Thread Holger Klawitter
Hi there, I am investigating an encoding problem in the compiler for tag files: the following tag file (WEB-INF/tag/umlaut.tag): <%@tag trimDirectiveWhitespaces="true" pageEncoding="UTF-8" %> <%= "ü does not work" %> // bytes c3 bc (the file is in utf-8) compiles into umlaut_tag.java in