Community
Participate
Working Groups
The MoDisco build logs have a lot of these warnings: "unmappable character for encoding UTF8" This is due to files being saved with the default encoding, being Cp1252 on Windows. On the Linux build servers, this encoding is unknown. All MoDisco projects should be set up to use UTF8 instead.
Just to complete the description to avoid confusion with another bug : the warnings are about .java files (some characters in author name). It does not deal with the xmi endoding format which we have set back in MoDisco from "UTF-8" to default "ASCII" (bug 321369) including existing models xmi tests files. Fabien.
Fixed in revision 3283 : I set the encoding for all MoDisco projects to UTF8, and fixed characters (names with accents, etc.). I also translated french comments I found into english.
Bug fixed.
I complete this bug with a related update of /org.eclipse.gmt.modisco.java.discoverer.tests/references/test001.kdm which includes Java code, to fix a related Junit regression. Fabien.