[dev] [st] Implementing non-latin support...

From: <esjeon_AT_lavabit.com>
Date: Fri, 14 Jun 2013 17:24:16 -0400 (EDT)

I'm currently working on non-latin character support. I uploaded my
progress to github.

Github URL: https://github.com/esjeon/st/tree/stable-nonlatin
(branch 'stable-nonlatin', meaning it's based on stable(?) release 0.4.1)
... and here's my test string: &#54620;&#44544; &#28450;&#23383;
&#12402;&#12425;&#12364;&#12394;

Everything looks just okay. Basically, wide characters are displayed
correctly, and can be selected and copied. I have not tested with input
methods, because I don't use them.

Note that, currently it's not possible to merge my branch into master. I
introduced a new flag called ATTR_DUMMY, and its value is 64. However, 64
is being used as ATTR_WRAP in master branch. I may have to change the type
of 'mode' to 'ushort' or 'uint'.
Received on Fri Jun 14 2013 - 23:24:16 CEST

This archive was generated by hypermail 2.3.0 : Fri Jun 14 2013 - 23:36:06 CEST