Changeset 72 for trunk/UContact.pas
- Timestamp:
- Dec 13, 2021, 8:47:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UContact.pas
r71 r72 481 481 I: Integer; 482 482 begin 483 if Attributes.IndexOf('BASE64') <> -1 then 484 Encoding := 'BASE64' 485 else 483 if Attributes.IndexOf('BASE64') <> -1 then begin 484 Encoding := 'BASE64'; 485 Value := GetDecodedValue; 486 end else 486 487 if Attributes.IndexOfName('ENCODING') <> -1 then begin 487 488 Encoding := Attributes.Values['ENCODING'];
Note:
See TracChangeset
for help on using the changeset viewer.