Re: Re: Arabic support
Eli Zaretskii <[email protected]> Thu, 02 Sep 2010 08:00:30 -0400
| Newsgroups | gmane.emacs.bidi,gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
And another question: AFAIU, an LGSTRING specifies characters as Unicode codepoints, while the Windows Uniscribe APIs expect wchar_t wide characters, which on Windows means UTF-16. This means we should encode the codepoints in LGSTRINGs to UTF-16 before passing them to Uniscribe, rather than passing them unaltered, right? The current code will break for characters whose Unicode codepoints are beyond the BMP, right?