Skip to content

Fix loading a KCatalog with a different language on Windows

Volker Krause requested to merge work/windows-fix-language-change into master

putenv on Unix allows modifications of an environment variable by changing the passed in char pointer, but Windows takes a copy and thus needs a call on each change.

Found by the KCountry unit test.

Merge request reports