diff options
Diffstat (limited to 'src/ChangeLog.8')
| -rw-r--r-- | src/ChangeLog.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.8 b/src/ChangeLog.8 index 4dd3d0dd071..4dac2b262b7 100644 --- a/src/ChangeLog.8 +++ b/src/ChangeLog.8 | |||
| @@ -13869,10 +13869,10 @@ | |||
| 13869 | 1998-08-31 Kenichi Handa <handa@etl.go.jp> | 13869 | 1998-08-31 Kenichi Handa <handa@etl.go.jp> |
| 13870 | 13870 | ||
| 13871 | * charset.c (unibyte_char_to_multibyte): | 13871 | * charset.c (unibyte_char_to_multibyte): |
| 13872 | Vnonacii_translation_table will convert a 7-bit charcater. | 13872 | Vnonacii_translation_table will convert a 7-bit character. |
| 13873 | (multibyte_char_to_unibyte): Handle the case that | 13873 | (multibyte_char_to_unibyte): Handle the case that |
| 13874 | Vnonacii_translation_table converts a multibyte charcater to a | 13874 | Vnonacii_translation_table converts a multibyte character to a |
| 13875 | unibyte charcter of less than 128. | 13875 | unibyte character of less than 128. |
| 13876 | (init_charset_once): Initialize nonascii_insert_offset and | 13876 | (init_charset_once): Initialize nonascii_insert_offset and |
| 13877 | Vnonacii_translation_table. | 13877 | Vnonacii_translation_table. |
| 13878 | 13878 | ||