LANG=
LC_COLLATE="C"
LC_CTYPE="UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You have seen a copy of my $locale command.
I know it's not an overwhelming problem but I'd like to fix this unusual behaviour.
I've noticed this after using brew to install gtk+3 and building the first example program. Here is the warning for program's execution:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LC_COLLATE="C"
LC_CTYPE="UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You have seen a copy of my $locale command.
I know it's not an overwhelming problem but I'd like to fix this unusual behaviour.
I've noticed this after using brew to install gtk+3 and building the first example program. Here is the warning for program's execution:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Last edited: