hzzc1987 / jnaerator

Automatically exported from code.google.com/p/jnaerator
0 stars 0 forks source link

Unmappable characters for encoding UTF8 #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn co of trunk 
2. cd jnaerator
3. mvn install

What is the expected output? Build Successful

What do you see instead? listing of unmappable character locations in

DateUtils.java and FileUtils.java

src/main/java/com/ochafik/util/DateUtils.java:[25,31] unmappable character
for encoding UTF8

"récupérer" (it gets the column wrong by one: gedit sees it fine, which
seems odd).

src/main/java/com/ochafik/io/FileUtils.java:[130,40] unmappable character
for encoding UTF8

What version of the product are you using? 
Maven version: 2.0.9
Java version: 1.6.0_16 (sun)
OS name: "linux" version: "2.6.28-15-generic" arch: "i386" Family: "unix"

On what operating system?

Ubuntu 9.04

Please provide any additional information below.

I tried

javac -encoding utf8 src/main/java/com/ochafik/util/DateUtils.java

and same error. What encoding is being used? I tried MacRoman and
ISO-8859-1. I think this can be set in the pom.xml.

Original issue reported on code.google.com by enzo6...@gmail.com on 9 Oct 2009 at 7:42

GoogleCodeExporter commented 8 years ago
Hi,

Thanks for your report !
I'll try to avoid writing in french and fix the existing encoding issues soon...

Cheers

Original comment by olivier.chafik@gmail.com on 23 Oct 2009 at 12:27

GoogleCodeExporter commented 8 years ago
Fixed in revision #879.

Original comment by olivier.chafik@gmail.com on 28 Oct 2009 at 12:16