From dad39391ce534ab96ea239865a07016b5d8205cb Mon Sep 17 00:00:00 2001 From: Wanne Date: Sat, 16 Nov 2013 10:23:38 +0000 Subject: [PATCH] - Updated _ChineseText.cpp git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6609 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Utils/_ChineseText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/_ChineseText.cpp b/Utils/_ChineseText.cpp index 4b49cfc79..2534eab58 100644 --- a/Utils/_ChineseText.cpp +++ b/Utils/_ChineseText.cpp @@ -8095,7 +8095,7 @@ STR16 gPowerPackDesc[] = // We can't put them directly in the CPP code files, because they need special encoding (UTF8) for some languages (e.g: Chinese) STR16 sSpecialCharacters[] = { - L"%%", // Percentage character + L"%", // Percentage character }; // WANNE: Some Chinese specific strings that needs to be in unicode!