mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
Characters that were not ASCII were incorrectly decoded. Add an helper function: searx.utils.ecma_unescape (Python implementation of unescape Javascript function).