Don't sync charpos and bytepos in bidi_resolve_explicit_1.
authorEli Zaretskii <eliz@gnu.org>
Tue, 5 Mar 2013 18:12:25 +0000 (20:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 5 Mar 2013 18:12:25 +0000 (20:12 +0200)
commit05e193f1706f5d9846530e734d0271b15b9a818c
treeb8bd20d10eb3528a638276f6f80c8fd2c074e1d8
parentd37e489360181dca771d0cffb4f7a84c715cb3dc
Don't sync charpos and bytepos in bidi_resolve_explicit_1.

 src/bidi.c (bidi_resolve_explicit_1): Don't call CHAR_TO_BYTE or
 bidi_count_bytes, as the callers now arrange for bidi_it->charpos
 to be in sync with bidi_it->bytepos.  Suggested by Dmitry Antipov
 <dmantipov@yandex.ru>.
src/ChangeLog
src/bidi.c