Re: Can Python fix vcard files?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • skip@pobox.com

    #1

    Re: Can Python fix vcard files?

    DotanThe regex seems to be catching more than I would expect it to:
    ...

    Worked for me. The directory I ran the script in had your sample and one
    other VCF file. It made the apparently correct changes to yours. The other
    was unchanged.

    DotanWhy is that? I tried to fix it, but I do not even see what is
    Dotanwrong to fix! It looks god to me.

    Just out of curiosity, are the line endings CRLF perchance? If so, try
    changing the replace call like this:

    cooked = uncooked.replac e('\r\n ', '')

    Skip
Working...