Ignore:
Timestamp:
Dec 2, 2021, 3:19:57 PM (3 years ago)
Author:
chronos
Message:
  • Added: Allow to load photo from file or save it to file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UQuotedPrintable.pas

    r42 r45  
    99
    1010function DecodeQuotedPrintable(Text: string): string;
     11function EncodeQuotedPrintable(Text: string): string;
    1112
    1213
     
    201202end;
    202203
     204function EncodeQuotedPrintable(Text: string): string;
     205begin
     206  Result := Text;
     207end;
     208
    203209end.
    204210
Note: See TracChangeset for help on using the changeset viewer.