Author: espreon
Date: Fri Oct 14 16:41:27 2011
New Revision: 51472
URL: http://svn.gna.org/viewcvs/wesnoth?rev=51472&view=rev
Log:
Made an escaped character consistent with the others.
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=51472&r1=51471&r2=51472&view=diff
==============================================================================
--- trunk/src/marked-up_text.cpp (original)
+++ trunk/src/marked-up_text.cpp Fri Oct 14 16:41:27 2011
@@ -299,7 +299,7 @@
(ch >= 0xac00 && ch < 0xd7af) ||
(ch >= 0x1100 && ch <= 0x11ff) ||
(ch >= 0xa960 && ch <= 0xa97c) ||
- (ch >= 0xD7B0 && ch <= 0xd7fb) ||
+ (ch >= 0xd7b0 && ch <= 0xd7fb) ||
//CJK Symbols and Punctuation
(ch >= 0x3000 && ch < 0x303f) ||
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits