--- ibx/trunk/fbintf/testsuite/Test12.pas 2021/02/25 11:56:36 315 +++ ibx/trunk/fbintf/testsuite/Test12.pas 2021/07/07 13:11:53 341 @@ -109,7 +109,6 @@ begin ByName('BlobData').AsString := 'Some German Special Characters like ÖÄÜöäüß'; ByName('BlobData2').AsBlob := Attachment.CreateBlob(Transaction,'TestData','BlobData').SetString('Some German Special Characters like ÖÄÜöäüß'); ByName('InClear').AsString := #$01'Test'#$0D#$C3; - ByName('FixedWidth').AsString := 'É'; end; Statement.Execute; end;