projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
601b99e
)
(read_file): Decode by Mcoding_utf_8_full, not
author
handa
<handa>
Thu, 9 Dec 2004 11:47:48 +0000
(11:47 +0000)
committer
handa
<handa>
Thu, 9 Dec 2004 11:47:48 +0000
(11:47 +0000)
Mcoding_utf_8.
example/medit.c
patch
|
blob
|
history
diff --git
a/example/medit.c
b/example/medit.c
index
e033584
..
52c7e18
100644
(file)
--- 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);