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:
parent
61e66a158a
commit
71630f33d0
1 changed files with 1 additions and 1 deletions
|
|
@ -735,7 +735,7 @@ detect_coding_emacs_mule (src, src_end, multibytep)
|
|||
c = -1; \
|
||||
else \
|
||||
{ \
|
||||
c -= 0xA0; \
|
||||
c -= 0x80; \
|
||||
*p++ = c; \
|
||||
} \
|
||||
} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue