Showing posts with label encoding. Show all posts
Showing posts with label encoding. Show all posts

Dec 19, 2010

Using platform encoding (Cp1252 actually) to copy filtered resources

Simple solution, just add utf-8 as a property like this:

<properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Apache maven.
Hoped it helped, 
Dor