]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 8 Apr 2003 11:28:57 +0000 (11:28 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 8 Apr 2003 11:28:57 +0000 (11:28 +0000)
lisp/ChangeLog
src/ChangeLog

index 48cabb65fee0aabe820a3c8a043c13ee8e018b58..9801fa45c8118d70a4ce9da348843a911c30079f 100644 (file)
@@ -1,5 +1,8 @@
 2003-04-08  Kenichi Handa  <handa@etlken2>
 
+       * international/mule-conf.el: Register ?\225 in
+       latin-extra-code-table.
+
        * international/utf-16.el (utf-16-le-decode-loop)
        (utf-16-be-decode-loop): New temporary variables.
        (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
index 22fc78e61367856d122d8b9abb3676c6fc996721..6cfe3b2b6f883a045d7f0d5ce80909f0c5dc631c 100644 (file)
@@ -6,6 +6,9 @@
        the value of last-coding-sytem, keep the new value in
        coding->symbol so that it won't be overridden.
        (run_pre_post_conversion_on_str): Likewise.
+       (coding_system_accept_latin_extra_p): New function.
+       (find_safe_codings): Pay attention to characters registered in
+       latin-extra-code-table.
 
 2003-04-07  Thien-Thi Nguyen  <ttn@gnu.org>