From c9f87d1889edb9d38ccb7f9fbf119f7ab8344467 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 17 May 1999 09:42:46 +0000 Subject: [PATCH] (decode_ucs4): Fix comment. --- src/file-coding.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/file-coding.c b/src/file-coding.c index 414751b..bf3a774 100644 --- a/src/file-coding.c +++ b/src/file-coding.c @@ -3166,7 +3166,8 @@ Return the UCS code (a positive integer) corresponding to CHARACTER. } /* Decode a UCS-4 character into a buffer. If the lookup fails, use - JIS X 0208 double-width `=' instead. + (U+3013) of JIS X 0208, which means correct character + is not found, instead. #### do something more appropriate (use blob?) Danger, Will Robinson! Data loss. Should we signal user? */ static void -- 1.7.10.4