]> git.eshelyaron.com Git - emacs.git/commit
(unibyte_to_multibyte_table): New variable.
authorKenichi Handa <handa@m17n.org>
Tue, 3 Sep 2002 04:07:11 +0000 (04:07 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 3 Sep 2002 04:07:11 +0000 (04:07 +0000)
commitb672c5ae184600f484a0af3cb7079a148c9fab70
tree60a6d586d20055ea61fa056efbeee207ff153782
parent43c4748349284a134b17c92077a14db81b92166b
(unibyte_to_multibyte_table): New variable.
(unibyte_char_to_multibyte): Move to character.h and defined as
macro.
(multibyte_char_to_unibyte): If C is an eight-bit character,
convert it to the corresponding byte value.
src/character.c