Skip to content

Remove system locale convertion and use only UTF8 when dealing with files:...

Julien Wadel requested to merge fix/setlocale_utf8 into release/5.2

Remove system locale convertion and use only UTF8 when dealing with files: system locale is not always the good locale to use for file system. For example, on Mac, the default will be US_ASCII(7bits) if LANG is not set in environment.

Merge request reports