OhmNomNom / thyme

A fork of mintty, for the modern world
GNU General Public License v3.0
0 stars 0 forks source link

Use locales in connection with codepages #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
MinTTY currently ignores POSIX locales completely, i.e. neither do the
likes of LC_CTYPE influence MinTTY's choice of codepage nor does MinTTY
itself set locale variables. This needs to change, although exactly how
needs to be investigated.

If a locale modifier for the CJK ambiguous width is added to newlib, that
also needs to be handled correctly. 

Original issue reported on code.google.com by andy.koppe on 7 Jun 2009 at 8:37

GoogleCodeExporter commented 9 years ago
Implemented in r494 on trunk. The options dialog now has locale and charset 
settings.
If neither of them is set, the locale set in the environment is used. Otherwise 
the
environment locale is overridden in the child process, i.e. LC_ALL and LC_CTYPE 
are
cleared and LANG is set.

Original comment by andy.koppe on 16 Aug 2009 at 5:28

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 11 Oct 2009 at 8:27