Skip to content

Since setlocal is now set by the application, remove forcing user-preferences in the search.

Julien Wadel requested to merge fix/search_locale into master

In the case it is needed, do not forget to keep a backup of setlocale with std::string (to keep name in memory) and restore the locale after the use (which was not done and lead to a bug where encoding change)

Merge request reports