diff --git a/Laptop/BobbyRGuns.cpp b/Laptop/BobbyRGuns.cpp index 0844df735..0cf677a5c 100644 Binary files a/Laptop/BobbyRGuns.cpp and b/Laptop/BobbyRGuns.cpp differ diff --git a/Strategic/mapscreen.cpp b/Strategic/mapscreen.cpp index 7b00124d2..dad46dff2 100644 Binary files a/Strategic/mapscreen.cpp and b/Strategic/mapscreen.cpp differ diff --git a/Tactical/Interface Enhanced.cpp b/Tactical/Interface Enhanced.cpp index 9f11da3cc..5fabb542e 100644 Binary files a/Tactical/Interface Enhanced.cpp and b/Tactical/Interface Enhanced.cpp differ diff --git a/Tactical/Interface Items.cpp b/Tactical/Interface Items.cpp index 0cfeebe15..f61c31196 100644 Binary files a/Tactical/Interface Items.cpp and b/Tactical/Interface Items.cpp differ diff --git a/Tactical/Interface Panels.cpp b/Tactical/Interface Panels.cpp index eaf105990..31531ab43 100644 Binary files a/Tactical/Interface Panels.cpp and b/Tactical/Interface Panels.cpp differ diff --git a/Utils/Text.h b/Utils/Text.h index 0ca133736..83bd9295b 100644 --- a/Utils/Text.h +++ b/Utils/Text.h @@ -1585,6 +1585,15 @@ extern STR16 MPServerMessage[]; extern STR16 MPClientMessage[]; extern STR16 MPHelp[]; +// WANNE: Some Chinese specific strings that needs to be in unicode! +extern STR16 ChineseSpecString1; +extern STR16 ChineseSpecString2; +extern STR16 ChineseSpecString3; +extern STR16 ChineseSpecString4; +extern STR16 ChineseSpecString5; +extern STR16 ChineseSpecString6; +extern STR16 ChineseSpecString7; + enum { NIV_CAN_NOT_PICKUP, diff --git a/Utils/_ChineseText.cpp b/Utils/_ChineseText.cpp index 69d67013f..5808c90f6 100644 --- a/Utils/_ChineseText.cpp +++ b/Utils/_ChineseText.cpp @@ -5497,4 +5497,13 @@ STR16 MPHelp[] = L"'F1' - 显示基本帮助", }; +// WANNE: Some Chinese specific strings that needs to be in unicode! +STR16 ChineseSpecString1 = L"%%"; //defined in _ChineseText.cpp as this file is already unicode +STR16 ChineseSpecString2 = L"*%3d%%%%"; //defined in _ChineseText.cpp as this file is already unicode +STR16 ChineseSpecString3 = L"%d%%"; //defined in _ChineseText.cpp as this file is already unicode +STR16 ChineseSpecString4 = L"%s (%s) [%d%%]\n%s %d\n%s %d\n%s %d (%d)\n%s (%d) %s\n%s %1.1f %s"; +STR16 ChineseSpecString5 = L"%s [%d%%]\n%s %d\n%s %d\n%s %1.1f %s"; +STR16 ChineseSpecString6 = L"%s [%d%%]\n%s %d%% (%d/%d)\n%s %d%%\n%s %1.1f %s"; +STR16 ChineseSpecString7 = L"%s [%d%%]\n%s %1.1f %s"; + #endif //CHINESE diff --git a/ja2_2005Express.vcproj b/ja2_2005Express.vcproj index d013513eb..4902aa9d8 100644 --- a/ja2_2005Express.vcproj +++ b/ja2_2005Express.vcproj @@ -17,7 +17,7 @@