Author: espreon
Date: Fri Oct 14 18:05:29 2011
New Revision: 51474

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51474&view=rev
Log:
Cover Yi Radicals and Yi Syllables. The Yi script is lumped with the other CJKV 
stuff, the characters are fullwidth, and so forth.

Modified:
    trunk/src/marked-up_text.cpp

Modified: trunk/src/marked-up_text.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/marked-up_text.cpp?rev=51474&r1=51473&r2=51474&view=diff
==============================================================================
--- trunk/src/marked-up_text.cpp (original)
+++ trunk/src/marked-up_text.cpp Fri Oct 14 18:05:29 2011
@@ -291,6 +291,10 @@
                (ch >= 0x3104 && ch < 0x312e) ||
                (ch >= 0x31a0 && ch < 0x31bb) ||
 
+               //Yi-specific: Yi Radicals, Yi Syllables
+               (ch >= 0xa490 && ch < 0xa4c7) ||
+               (ch >= 0xa000 && ch < 0xa48d) ||
+
                //Japanese-specific: Hiragana, Katakana
                (ch >= 0x3040 && ch <= 0x309f) ||
                (ch >= 0x30a0 && ch <= 0x30ff) ||


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to