changeset 89784:4afbf3431108

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 29 Jan 2004 02:55:51 +0000
parents ef4f64e8e503
children c4b9388edcc3
files src/ChangeLog.22
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog.22	Thu Jan 29 02:55:34 2004 +0000
+++ b/src/ChangeLog.22	Thu Jan 29 02:55:51 2004 +0000
@@ -1,5 +1,8 @@
 2004-01-29  Kenichi Handa  <handa@m17n.org>
 
+	* fns.c (string_char_to_byte): Optimize for ASCII only string.
+	(string_byte_to_char): Likewise.
+
 	* fileio.c (Finsert_file_contents): Avoid detecting a code twice.
 
 	* coding.c (detect_coding_iso_2022): Fix handling of SS2 and SS3.