ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/client/FBBlob.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/FBBlob.pas (file contents):
Revision 109 by tony, Thu Jan 18 14:37:48 2018 UTC vs.
Revision 110 by tony, Thu Jan 18 14:37:51 2018 UTC

# Line 446 | Line 446 | end;
446  
447   function TFBBlobMetaData.GetCharSetID: cardinal;
448   begin
449 <  if CanFetchMetaData then
450 <  begin
449 >  if FUnconfirmedCharacterSet and CanFetchMetaData then
450      NeedFullMetadata;
451 <    Result := FCharSetID;
453 <  end
454 <  else
455 <  if Attachment.HasDefaultCharSet then
456 <    Result := Attachment.GetDefaultCharSetID
457 <  else
458 <    Result := FCharSetID;
451 >  Result := FCharSetID;
452   end;
453  
454   function TFBBlobMetaData.GetCodePage: TSystemCodePage;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines