SynEdit: Fixed double width chars $3000-$303E which were not detected correctly.

git-svn-id: trunk@45019 -
This commit is contained in:
martin 2014-05-12 19:58:07 +00:00
parent 34371d34aa
commit 8d0980f7f9

View File

@ -84,6 +84,8 @@ begin
end;
#$e3:
case Line[1] of
#$80:
if (Line[2] >= #$80) and (Line[2] <= #$be) then PWidths^ := 2;
#$81:
if (Line[2] >= #$81) then PWidths^ := 2;
#$82..#$8e: