]> code.delx.au - gnu-emacs/commitdiff
Fix incomplete handling of translation table in a coding system.
authorK. Handa <handa@gnu.org>
Tue, 31 May 2016 22:53:03 +0000 (07:53 +0900)
committerK. Handa <handa@gnu.org>
Tue, 31 May 2016 22:53:03 +0000 (07:53 +0900)
* coding.c (get_translation): New arg NCHARS.  Even if TRANS
is an alist, return a character or a vector of character.
(produce_chars): Adjust for the above change.
(consume_chars): Likewise.


No differences found