如果字符大于等于90h、小于等于D1h,就加380h给它,我们就可得到unicode字符了
Cyrillic character are write as UTF-like coding. For example if char is equal or greate to 90h and equal or less than D1h then adding 380h to this char we get unicode coded character. Look at Logreader binary version by Seklth, this app correctly display rusian names from CDR 2.3 log files.
; fix adding name with multinational characters
0x445452: 47F881003DDD08E3 47F87F00FDDD08E1; ??????
另外你这句话是在那里看到的:
Cyrillic character are write as UTF-like coding. For example if char is equal or greate to 90h and equal or less than D1h then adding 380h to this char we get unicode coded character. Look at Logreader binary version by Seklth, this app correctly display rusian names from CDR 2.3 log files.