diff options
Diffstat (limited to 'mnv/src/mbyte.c')
| -rw-r--r-- | mnv/src/mbyte.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/mnv/src/mbyte.c b/mnv/src/mbyte.c index 7ddcf5adfe..77ce583895 100644 --- a/mnv/src/mbyte.c +++ b/mnv/src/mbyte.c @@ -736,12 +736,7 @@ codepage_invalid: if (enc_utf8 && !option_was_set((char_u *)"fencs")) set_fencs_unicode(); -#if defined(HAVE_BIND_TEXTDOMAIN_CODESET) && defined(FEAT_GETTEXT) - // GNU gettext 0.10.37 supports this feature: set the codeset used for - // translated messages independently from the current locale. - (void)bind_textdomain_codeset(MNVPACKAGE, - enc_utf8 ? "utf-8" : (char *)p_enc); -#endif + #ifdef MSWIN // When changing 'encoding' while starting up, then convert the command |
