Bug #3387

Mis à jour par Matthieu Decorde il y a plus de 2 ans

Impossible to view edition of a corpus composed of a text named 'Stèle de Méry LouvreC3.xml'.

See screenshot:!ubuntu-import-xtz-edition-broken-accented-characters-in-source-file-name.png!

![](ubuntu-import-xtz-edition-broken-accented-characters-in-source-file-name.png)

h3. Solution

Pre-encode correctly the URLs given to the Webkit internal browser.

The Java URI encoding differs from the Webkit URL encoding:

* the space are well encoded
* the accented characters are not encoded

h3. Solution

Remove all accented characters in source file name

Retour