_system_codepage  310 lib/tty/tty.c      const char *_system_codepage = str_detect_termencoding ();
_system_codepage  312 lib/tty/tty.c      if (str_isutf8 (_system_codepage))
_system_codepage  315 lib/tty/tty.c      conv = g_iconv_open (_system_codepage, "UTF-8");
_system_codepage  669 src/args.c         const gchar *_system_codepage;
_system_codepage  674 src/args.c         _system_codepage = str_detect_termencoding ();
_system_codepage  677 src/args.c         if (!str_isutf8 (_system_codepage))
_system_codepage  716 src/args.c                 if (str_isutf8 (_system_codepage))
_system_codepage  723 src/args.c                     full_help_str = mc_args__convert_help_to_syscharset (_system_codepage,
_system_codepage  738 src/args.c         if (!str_isutf8 (_system_codepage))
_system_codepage  739 src/args.c             bind_textdomain_codeset ("mc", _system_codepage);