summaryrefslogtreecommitdiff
path: root/common/utf8conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/utf8conv.c')
-rw-r--r--common/utf8conv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/utf8conv.c b/common/utf8conv.c
index 7804dbf..bdab225 100644
--- a/common/utf8conv.c
+++ b/common/utf8conv.c
@@ -138,7 +138,7 @@ handle_iconv_error (const char *to, const char *from, int use_fallback)
native encoding. Nowadays this seems to be the best bet in
case of errors from iconv or nl_langinfo. */
active_charset_name = "utf-8";
- no_translation = 0;
+ no_translation = 1;
use_iconv = 0;
}
}