mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-20 21:46:14 +02:00
LazUtf8: fix 2nd loop
git-svn-id: trunk@32863 -
This commit is contained in:
parent
50f1667209
commit
524c46d2cc
@ -1492,9 +1492,6 @@ begin
|
|||||||
inc(OutStr);
|
inc(OutStr);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
#$c3..#$E1:
|
|
||||||
begin
|
|
||||||
case c of
|
|
||||||
#$c3..#$D2:
|
#$c3..#$D2:
|
||||||
begin
|
begin
|
||||||
OutStr^ := c;
|
OutStr^ := c;
|
||||||
@ -1515,8 +1512,6 @@ begin
|
|||||||
inc(OutStr, 3);
|
inc(OutStr, 3);
|
||||||
HandleTripplByte;
|
HandleTripplByte;
|
||||||
end;
|
end;
|
||||||
end;
|
|
||||||
end;
|
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
// Copy the character if the string was disaligned by previous changes
|
// Copy the character if the string was disaligned by previous changes
|
||||||
|
Loading…
Reference in New Issue
Block a user