changeset 90355:272bc1a789ee

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 07 Mar 2006 11:05:39 +0000
parents 450fb16a4bf4
children c363a0b675ba
files src/ChangeLog.unicode
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog.unicode	Tue Mar 07 08:15:33 2006 +0000
+++ b/src/ChangeLog.unicode	Tue Mar 07 11:05:39 2006 +0000
@@ -4,6 +4,12 @@
 	coding->result to CODING_RESULT_INSUFFICIENT_SRC.
 	(decode_coding_gap): Set CODING_MODE_LAST_BLOCK after the call of
 	detect_coding.
+	(emacs_mule_char): Handle old style (Emacs 20) component character
+	of a composition.
+	(DECODE_EMACS_MULE_COMPOSITION_RULE_20): Fix parsing a composition
+	rule.
+	(DECODE_EMACS_MULE_20_RULEBASE_COMPOSITION): Likewise.
+	(decode_coding_emacs_mule): Handle invalid bytes correctly.
 
 2006-03-04  Kenichi Handa  <handa@m17n.org>