While trying to do a svn update here on my graal_reborn directory on Linux I get the following error:
svn: E000022: Error converting entry in directory ‘/home/paul/graal_reborn/gserver-v2/tags/2.0.0/bin/servers/default/translations’ to UTF-8
[paul@localhost graal_reborn]$ ls gserver-v2/tags/2.0.0/bin/servers/default/translations/
deutsch.po* espa?ol.po* italiano.po* norsk.po* svenska.po*
english.po* fran?ais.po* nederlands.po* portugu?s.po*
Actually, the directory come from my USB key. But I guess this is not the point.
From https://code.google.com/p/gs2emu/source/browse/#svn%2Fgserver-v2%2Ftags%2F2.2.0%2Fbin%2Fservers%2Fdefault%2Ftranslations :
Size Rev Date Author
deutsch.po 0 bytes r833 Jul 15, 2009 XTJoeyTX
english.po 0 bytes r833 Jul 15, 2009 XTJoeyTX
español.po 0 bytes r833 Jul 15, 2009 XTJoeyTX
français.po 0 bytes r833 Jul 15, 2009 XTJoeyTX
italiano.po 0 bytes r833 Jul 15, 2009 XTJoeyTX
nederlands.po 0 bytes r833 Jul 15, 2009 XTJoeyTX
norsk.po 0 bytes r833 Jul 15, 2009 XTJoeyTX
português.po 0 bytes r833 Jul 15, 2009 XTJoeyTX
svenska.po 0 bytes r833 Jul 15, 2009 XTJoeyTX
It would probably not cause problems if accentuated letters had not been choses in filenames.
Not sure if it still can be fixed. Perhaps I could choose an appropriate locale… Windows one?
http://svnbook.red-bean.com/en/1.7/svn.advanced.l10n.html is giving more details on this ‘error’.