@@ -357,7 +357,7 @@ private:
#ifdef RVC_OS_WIN
unordered_map<int, wstring> nationalCode;
#else
- unordered_map<int, string> nationalCode; //民族code对照
+ unordered_map<int, string> nationalCode;
#endif
BOOL supportUCS2;