Hi,

In your jspc-maven-plugin you can add this :

<executions>
        <execution>
                <id>jspc</id>
                <goals>
                        <goal>compile</goal>
                </goals>
                <configuration>
                        ...
                        <javaEncoding>UTF-8</javaEncoding>
                </configuration>
        </execution>
</executions>

Marc.

Johan S a écrit :
> Hi
> 
> I having problems with charset when creating a war-file. Is there a way
> specifying the charset?
> I having multiple jsp pages with charset ISO-8859-1, with å ä ö.
> When I create the war-file these character are wrong.
> 
> Thanks for any help.
> 
> -----
> http://www.procensor.se
> http://www.mobilepost.se
> http://www.resultreporter.com
> http://www.butiksbelysning.se


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

Reply via email to