编辑器
编辑器加入不能识别编码判断,避免错误修改文件
This commit is contained in:
@@ -3638,7 +3638,7 @@ begin
|
||||
ordi <= 0xfe and
|
||||
ordi2 >= 0x40 and
|
||||
ordi2 <= 0xfe and
|
||||
ordi2 <> 0xf7) then
|
||||
ordi2 <> 0x7f) then
|
||||
begin
|
||||
i += 2;
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user