ppebb / isp2

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

Task: Fix incorrect rendering of unicode characters on Linux #46

Closed ppebb closed 7 months ago

ppebb commented 7 months ago

Currently, unicode characters render as a mix of tildes and random ascii due to a locale issue on Linux. The locale needs to be properly set prior to the initialization of the ncurses library on linux.

Addresses story #6

ppebb commented 7 months ago

Addressed by pr #47