# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |