(read_file): Decode by Mcoding_utf_8_full, not
authorhanda <handa>
Thu, 9 Dec 2004 11:47:48 +0000 (11:47 +0000)
committerhanda <handa>
Thu, 9 Dec 2004 11:47:48 +0000 (11:47 +0000)
Mcoding_utf_8.

example/medit.c

index e033584..52c7e18 100644 (file)
@@ -1685,7 +1685,7 @@ read_file ()
 
   if (! fp)
     FATAL_ERROR ("Can't read \"%s\"!\n", filename);
-  mt = mconv_decode_stream (Mcoding_utf_8, fp);
+  mt = mconv_decode_stream (Mcoding_utf_8_full, fp);
   fclose (fp);
   if (! mt)
     FATAL_ERROR ("Can't decode \"%s\" by UTF-8!\n", filename);