_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  615 src/args.c         const gchar *_system_codepage;
_system_codepage  620 src/args.c         _system_codepage = str_detect_termencoding ();
_system_codepage  623 src/args.c         if (!str_isutf8 (_system_codepage))
_system_codepage  663 src/args.c                 if (str_isutf8 (_system_codepage))
_system_codepage  670 src/args.c                     full_help_str = mc_args__convert_help_to_syscharset (_system_codepage,
_system_codepage  685 src/args.c         if (!str_isutf8 (_system_codepage))
_system_codepage  686 src/args.c             bind_textdomain_codeset ("mc", _system_codepage);