Hello Martin, using this one
> > <repositories> > <repository> > <id>geotoolkit</id> > <name>Geotoolkit.org repository</name> > <url>http://maven.geotoolkit.org</url> > </repository> > </repositories> > > Then, use sis-epsg version 1.0-M1 (a milestone). That version use UTF-8 worked! The test runs fine, an the entries in the database are correct now. Thanks for your excellent help. There is one error remaining when running the ConsoleTestSuite: [INFO] Running org.apache.sis.test.suite.ConsoleTestSuite [ERROR] Tests run: 23, Failures: 2, Errors: 0, Skipped: 4, Time elapsed: 1.03 s <<< FAILURE! - in org.apache.sis.test.suite.ConsoleTestSuite [ERROR] testVerbose(org.apache.sis.console.AboutCommandTest) Time elapsed: 0.64 s <<< FAILURE! java.lang.AssertionError: geoapi at org.apache.sis.console.AboutCommandTest.testVerbose(AboutCommandTest.java:94) [ERROR] testCode(org.apache.sis.console.CRSCommandTest) Time elapsed: 0.171 s <<< FAILURE! java.lang.AssertionError: GeodeticCRS["WGS 84", Datum["World Geodetic System 1984", Ellipsoid["WGS 84", 6378137.0, 298.257223563]], CS[ellipsoidal, 2], Axis["Latitude (B)", north], Axis["Longitude (L)", east], Unit["degree", 0.017453292519943295], Scope["Horizontal component of 3D system. Used by the GPS satellite navigation system and for NATO military geodetic surveying."], Area["World."], BBox[-90.00, -180.00, 90.00, 180.00], Id["EPSG", 4326, "9.4", URI["urn:ogc:def:crs:EPSG:9.4:4326"]]] at org.apache.sis.console.CRSCommandTest.testCode(CRSCommandTest.java:63) [INFO] [INFO] Results: [INFO] [ERROR] Failures: [ERROR] AboutCommandTest.testVerbose:94 geoapi [ERROR] CRSCommandTest.testCode:63 GeodeticCRS["WGS 84", Datum["World Geodetic System 1984", Ellipsoid["WGS 84", 6378137.0, 298.257223563]], CS[ellipsoidal, 2], Axis["Latitude (B)", north], Axis["Longitude (L)", east], Unit["degree", 0.017453292519943295], Scope["Horizontal component of 3D system. Used by the GPS satellite navigation system and for NATO military geodetic surveying."], Area["World."], BBox[-90.00, -180.00, 90.00, 180.00], Id["EPSG", 4326, "9.4", URI["urn:ogc:def:crs:EPSG:9.4:4326"]]] Is there anything missing in my setup? Thanks in advance, Christoph
