I wrote:

> LyXParagraph::GetChar(wchar_t) is necessary.

Sorry, it was a typo.
wchar_t LyXParagraph::GetChar() is necessary.
After all CJK are really easy to typeset languages.
What we consider a single character in everyday life
corresponds to a single wide character in the sense of
encodings.  So if you handle that call properly in
LyXText class, then cursor moves just fine.
(Indic and Southeast Asian scripts are different.)

Regards,
                SMiyata

Reply via email to