A cartes.app user noticed [in this issue](https://codeberg.org/cartes/web/issues/1255) that the `'` character, escaped as `%27` causes ClearURLs to crash with error: ``` Application error: a client-side exception has occurred while loading cartes.app (see the browser console for more information) ``` and in the console : `IndexedDB UnknownErr: ActorsParent.cpp:585` for example this URL: https://cartes.app/?allez=Hippodrome+de+la+C%C3%B4te+d%27Azur%7Cw524648113%7C7.1458%7C43.6492 and this one: https://cartes.app/?allez=Parc%20Valrose%20-%20Universit%C3%A9%20C%C3%B4te%20d%27Azur%20-%20Facult%C3%A9%20des%20Sciences%7Cw257231875%7C7.2676%7C43.7170
A cartes.app user noticed in this issue that the
'character, escaped as%27causes ClearURLs to crash with error:and in the console :
IndexedDB UnknownErr: ActorsParent.cpp:585for example this URL:
https://cartes.app/?allez=Hippodrome+de+la+C%C3%B4te+d%27Azur%7Cw524648113%7C7.1458%7C43.6492
and this one:
https://cartes.app/?allez=Parc%20Valrose%20-%20Universit%C3%A9%20C%C3%B4te%20d%27Azur%20-%20Facult%C3%A9%20des%20Sciences%7Cw257231875%7C7.2676%7C43.7170