ShadowKyogre / NCDM

NCurses Display Manager
18 stars 0 forks source link

Messes up UTF8 encoding #2

Closed ShadowKyogre closed 12 years ago

ShadowKyogre commented 12 years ago

When NCDM starts up, it seems to mess up any UTF8 encoding in its terminal AND the other terminals. I think this problem could be solved by handling the tty writing in the main script itself instead of using a bash script to launch it, but I have yet to confirm this.

ShadowKyogre commented 12 years ago

Durp, all I had to do was set DAEMON_LOCALE=yes like in here.