Mercurial > emacs
comparison src/charset.c @ 31176:3aeaabf6fcad
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sat, 26 Aug 2000 01:08:44 +0000 |
parents | 738330ba020f |
children | 126c87fe1aad |
comparison
equal
deleted
inserted
replaced
31175:738330ba020f | 31176:3aeaabf6fcad |
---|---|
219 { | 219 { |
220 *p++ = LEADING_CODE_8_BIT_CONTROL; | 220 *p++ = LEADING_CODE_8_BIT_CONTROL; |
221 *p++ = c + 0x20; | 221 *p++ = c + 0x20; |
222 } | 222 } |
223 } | 223 } |
224 else if (CHAR_VALID_P (c)) | 224 else if (CHAR_VALID_P (c, 0)) |
225 { | 225 { |
226 int charset, c1, c2; | 226 int charset, c1, c2; |
227 | 227 |
228 SPLIT_CHAR (c, charset, c1, c2); | 228 SPLIT_CHAR (c, charset, c1, c2); |
229 | 229 |