jbushmaster007 / anyedittools

Automatically exported from code.google.com/p/anyedittools
Other
1 stars 0 forks source link

Character Encoding Issues #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There are some characters in src/de/loskutov/anyedit/util/TextUtil.java
that appear to be unicode characters but the file encoding is ISO-8859. 
This seems to break JDT Core's compilation and we've had to manually change
the characters in the file from, for example 'à' to '\u00E0'.  Is this
something you've run across before?  Are doing something wrong with the
compilation?

The patch we are currently using is available here:
http://rmyers.fedorapeople.org/eclipse-anyedit/eclipse-anyedit-2.2.0-2.fc11/ecli
pse-anyedit-2.2.0-unicode.patch

Original issue reported on code.google.com by rob.my...@gmail.com on 24 Aug 2009 at 5:19

GoogleCodeExporter commented 8 years ago

Original comment by iloveeclipse on 7 Sep 2009 at 8:17

GoogleCodeExporter commented 8 years ago
Can you please verify the fix?
It is committed in the latest HEAD.

Original comment by iloveeclipse on 8 Sep 2009 at 9:07