Hello,
I'm trying to download the autotest source code from the SVN repository,
but I have a problem with a file name encoded in UTF-8 :
$ svn checkout https://svn.osgeo.org/gdal/trunk/autotest gdal-autotest
svn: Can't convert string from 'UTF-8' to native encoding:
svn:
gdal-autotest/gcore/data/xx?\228?\184?\173?\230?\150?\135.?\228?\184?\173?\230?\150?\135
These are my language parameters :
$ locale
LANG=fr_FR.UTF-8
LC_CTYPE="fr_FR.UTF-8"
LC_NUMERIC="fr_FR.UTF-8"
LC_TIME="fr_FR.UTF-8"
LC_COLLATE=C
LC_MONETARY="fr_FR.UTF-8"
LC_MESSAGES="fr_FR.UTF-8"
LC_PAPER="fr_FR.UTF-8"
LC_NAME="fr_FR.UTF-8"
LC_ADDRESS="fr_FR.UTF-8"
LC_TELEPHONE="fr_FR.UTF-8"
LC_MEASUREMENT="fr_FR.UTF-8"
LC_IDENTIFICATION="fr_FR.UTF-8"
LC_ALL=
How can I solve this problem ?
Thanks,
Jean-Claude
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev