@@ -163,9 +163,9 @@ begin
readln(t,s);
if Copy(s,1,3)=#$EF#$BB#$BF then
delete(s,1,3);
+ TrimB(s);
if s<>'' then
begin
- TrimB(s);
if s[1]='{' then
delete(s,1,1);