1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-20 12:40:56 -08:00

(DECODE_EMACS_MULE_COMPOSITION_CHAR): Fix decoding

ASCII component of a composition.
This commit is contained in:
Kenichi Handa 2006-03-09 12:20:57 +00:00
parent 61e66a158a
commit 71630f33d0

View file

@ -735,7 +735,7 @@ detect_coding_emacs_mule (src, src_end, multibytep)
c = -1; \
else \
{ \
c -= 0xA0; \
c -= 0x80; \
*p++ = c; \
} \
} \