X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fencoding.c;h=aa8f9281d0e3bea3e46cb83d1d4ebfb00cb4d9d2;hp=e8bc40273f4180ab19f6a83cc0e178a5b84ce756;hb=00334bdf09071e65e340eeeb6f3900c79a262649;hpb=e47e683cd0dd4b0b1ee29ad33fae63f8212235f3;ds=sidebyside diff --git a/src/encoding.c b/src/encoding.c index e8bc4027..aa8f9281 100644 --- a/src/encoding.c +++ b/src/encoding.c @@ -32,7 +32,7 @@ #include #include -bool wimlib_mbs_is_utf8 = false; +bool wimlib_mbs_is_utf8 = true; struct iconv_list_head { const char *from_encoding;