changeset 100762:21f4186449a7

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 30 Dec 2008 01:48:56 +0000
parents e55e55a286f4
children 6a68c7a91e31
files src/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Dec 30 01:48:18 2008 +0000
+++ b/src/ChangeLog	Tue Dec 30 01:48:56 2008 +0000
@@ -1,5 +1,8 @@
 2008-12-30  Kenichi Handa  <handa@m17n.org>
 
+	* insdel.c (copy_text): To convert a non-ASCII char to unibyte,
+	just get the low 8-bit of the code.
+
 	* font.c (font_intern_prop): Validate str as multibyte.
 
 2008-12-29  Dan Nicolaescu  <dann@ics.uci.edu>