git-svn-id: trunk@16803 -
@@ -354,7 +354,7 @@ begin
if not (s[i] in AllowedChars) then
begin
EscapingNecessary := True;
- exit;
+ break;
end;