ppebb / isp2

GNU Lesser General Public License v3.0
7 stars 4 forks source link

Fix characters rendering incorrectly on linux by pinvoking setlocale #47

Closed ppebb closed 7 months ago

ppebb commented 7 months ago

Fixes rendering by calling the libc setlocale function on linux and changing LC_ALL to "".

Addresses task #46 and story #6.