mc/lib
Andrew Borodin 91ff90f87b Ticket #2386: interpretation of LANG variable needs to be case insensitive.
On Mac OS X, in the iTerm2, when the LANG variable is set to en_US.utf-8
mcedit specifically does not correctly accept input (every character press
is interpreted as a '.'). However when LANG is set to en_US.UTF-8 mcedit
works correctly (see also http://code.google.com/p/iterm2/issues/detail?id=204).

On Linux, nl_langinfo(CODESET) returns upper case UTF-8 whether the LANG is set
to utf-8 or UTF-8.
On Mac OS X, it returns the same case as the LANG input.

So let tranform result of nl_langinfo(CODESET) to upper case unconditionally.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2012-03-28 13:00:22 +04:00
..
event Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
filehighlight Added function mc_config_get_full_path() for search user's config files by short names. 2011-12-06 16:24:10 +03:00
mcconfig Allow setup mc home directory using MC_HOME environment variable. 2012-03-19 11:43:55 +03:00
search Ticket #2705: the 0x prefix for hexadecimal search is optional now. 2012-01-29 18:52:16 +03:00
skin Reorder fields in mc_global struct and change type for some of them. 2012-03-19 11:06:00 +03:00
strutil Ticket #2386: interpretation of LANG variable needs to be case insensitive. 2012-03-28 13:00:22 +04:00
tty lib/tty/win.c: includes cleanup. 2012-03-19 11:04:57 +03:00
vfs Fixed creating string from relative non-local VFS. 2012-03-25 15:28:45 +03:00
widget Ticket #2756: fixed menu alignment. 2012-03-25 10:35:57 +04:00
charsets.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
charsets.h Code cleanup after runing splint on src/main.c file 2011-10-17 13:30:03 +03:00
event-types.h Optimization of history load. 2011-06-21 16:13:10 +04:00
event.h Event system: added addition parameter event_init_data to mc_event_del() function. 2011-06-21 16:13:10 +04:00
filehighlight.h Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
fileloc.h Ticket #2625: mc does not preserve file mtime when copying over ssh 2011-12-12 11:51:25 +03:00
fs.h Code cleanup after runing splint on src/main.c file 2011-10-17 13:30:03 +03:00
glibcompat.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
glibcompat.h
global.c Reorder fields in mc_global struct and change type for some of them. 2012-03-19 11:06:00 +03:00
global.h Reorder fields in mc_global struct and change type for some of them. 2012-03-19 11:06:00 +03:00
hook.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
hook.h
keybind.c Ticket #2757 (mcedit not record input chars) 2012-03-22 16:48:16 +04:00
keybind.h Tweak key bindings. 2012-03-19 11:04:57 +03:00
lock.c Ticket #2695: Fixed segfault while new file created in editor. 2012-03-08 10:33:22 +03:00
lock.h Changed lock_file() and unlock_file() functions 2012-03-06 11:52:30 +03:00
logging.c Added function mc_config_get_full_path() for search user's config files by short names. 2011-12-06 16:24:10 +03:00
logging.h Added new function mc_always_log() for logging on early bootstrap stages 2011-01-20 17:38:27 +02:00
Makefile.am Ticket 2570: Code cleanup 2011-07-11 20:23:44 +03:00
mcconfig.h Added macros for Layout and Misc sections of main config file. 2012-03-19 11:06:00 +03:00
search.h Despite of the fact that algorithm now ignores the absence of closing curly 2011-07-08 17:28:07 +03:00
serialize.c Fixed memory leak in lib/serialize.c 2011-12-12 12:23:25 +03:00
serialize.h Added ability to serialize/deserialize strings and config objects(mc_config_t) 2011-06-23 14:45:00 +03:00
skin.h fail back to standard skin if 256-colors skin used on non256 colors terminal 2011-01-24 15:46:10 +02:00
strescape.h
strutil.h Check assert.h header and use it conditionally. 2012-03-19 11:04:57 +03:00
timefmt.c Ticket 1551: Update GPL version from 2 to 3 2011-10-18 14:08:34 +03:00
timefmt.h
unixcompat.h
util.c Changes to handle vfs_path_t object: 2012-03-06 11:52:31 +03:00
util.h Changes to handle vfs_path_t object: 2012-03-06 11:52:31 +03:00
utilunix.c Fixed preprocessor conditions. 2012-03-19 11:06:00 +03:00
utilunix.h Lib: removed includes to "src" directory 2011-03-21 23:55:52 +02:00
widget.h Moved filemanager-related stuff to src/filemanager directory 2010-11-24 10:51:32 +03:00