- 积分
- 763
- 实力分
- 点
- 金钱数
- 两
- 技术分
- 分
- 贡献分
- 分
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
Posted by: ffddgg
On: Yesterday 06:13
Which code of this char ? (unicode)
Did you try edit message on Chinese ? or on another language ?
when i edit it on Chinese,it will be show the error message, edit message in English ,it works ok~~~
another problem:the number 1 2 3…… in E langpack it unicode code ,but in Chinese langpack ,i dont know what it is~~~~
;Edit message 1 : 0004 "Cancel" => "123"
5A10A3: 05C49B5C92 0579303132
-------------------------------------------------
;Edit message 3 : 0BBC "地址:" => "123"
5BA3E0: 052C5652E0 057C728FA8
-------------------------------------------------
the same "123",why the code not same ?????~~~~~~~代码不同的原因:
不同的语言采用的解压表不同造成的,
解压程序相同,但解压码表不同。
Unpack(语言ID,地址),该函数中语言ID控制了解压码表。 |
|