From: handa Date: Thu, 9 Dec 2004 11:47:48 +0000 (+0000) Subject: (read_file): Decode by Mcoding_utf_8_full, not X-Git-Tag: REL-1-2-0~62 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c8f5df94ab5bb35a02cb47eee3971dc70d25e927;p=m17n%2Fm17n-lib.git (read_file): Decode by Mcoding_utf_8_full, not Mcoding_utf_8. --- diff --git a/example/medit.c b/example/medit.c index e033584..52c7e18 100644 --- a/example/medit.c +++ b/example/medit.c @@ -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);