cejug / hurraa

Opensource project to resource management
GNU General Public License v2.0
16 stars 18 forks source link

Any problems with encoding ? #144

Closed helio-frota closed 10 years ago

helio-frota commented 10 years ago

Hi, i saw this:

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-resources-plugin</artifactId>
    <version>2.4</version>  
     <configuration>                    
          <encoding>ISO-8859-1</encoding>
     </configuration>
</plugin>

and this :

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Or

thanks

efraimgentil commented 10 years ago

@eprogramming i believe this was added to handle the issue #119

danielsoro commented 10 years ago

I think that default encoding is UTF-8.

paulojribp commented 10 years ago

@efraimgentil, you are right. This was the beginning of this updates, but I prefer to set all to UTF-8. So, if we can use all with utf-8, my vote is to remove this block of code @eprogramming.

helio-frota commented 10 years ago

:+1:

efraimgentil commented 10 years ago

+1 i agree with @paulojribp