Ignore:
Timestamp:
Jun 23, 2022, 10:22:43 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Normalize line endings according vCard format specification.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/VCard/UVCard.pas

    r133 r135  
    253253  VCardEncoding = 'ENCODING';
    254254  VCardCharset = 'CHARSET';
     255  VCardLineEnding = #13#10;
    255256
    256257procedure Register;
     
    17651766begin
    17661767  with Output do begin
     1768    LineBreak := VCardLineEnding;
    17671769    Add(VCardBegin);
    17681770    for I := 0 to Properties.Count - 1 do
Note: See TracChangeset for help on using the changeset viewer.