Author: espreon
Date: Fri Oct 14 17:03:49 2011
New Revision: 51473

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51473&view=rev
Log:
Cover Katakana Phonetic Extensions too.

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=51473&r1=51472&r2=51473&view=diff
==============================================================================
--- trunk/src/marked-up_text.cpp (original)
+++ trunk/src/marked-up_text.cpp Fri Oct 14 17:03:49 2011
@@ -295,6 +295,9 @@
                (ch >= 0x3040 && ch <= 0x309f) ||
                (ch >= 0x30a0 && ch <= 0x30ff) ||
 
+               //Ainu-specific: Katakana Phonetic Extensions
+               (ch >= 0x31f0 && ch <= 0x31ff) ||
+
                //Korean-specific: Hangul Syllables, Hangul Jamo, Hangul Jamo 
Extended-A, Hangul Jamo Extended-B
                (ch >= 0xac00 && ch < 0xd7af) ||
                (ch >= 0x1100 && ch <= 0x11ff) ||


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

Reply via email to