Le 04/06/2019 à 13:51, [email protected] a écrit :

> I'm on Eclipse, there one can use the "Data Tools Platform". It seems
> that the encoding of the string is wrong in the database as the
> entries are like "Geocentre > equator/0�E".
>
I suspect a mismatch between the SIS version and "sis-epsg" version. The
EPSG database encoding changed from ISO LATIN-1 to UTF-8 maybe one year
ago. This change was reflected in the SIS code base on master, but the
sis-epsg version 0.8 on Maven central is still using ISO LATIN-1. Can
you try to use the following repository? (temporarily, you will be able
to delete it after SIS 1.0 release).

  <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
encoding. You can just delete SIS_DATA/Databases/SpatialMetadata
directory for forcing a new creation.

    Martin


Reply via email to