emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] externals/csv-mode 8849ff3: Allow quoting quotes in csv field


From: Lars Ingebrigtsen
Subject: Re: [elpa] externals/csv-mode 8849ff3: Allow quoting quotes in csv fields
Date: Mon, 07 Dec 2020 00:15:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Hi Lars,
>
>> +          ;; Quotes inside quoted strings are quoted by doubling
>> +          ;; the quote char: a,"b""c,",d
>> +          ((eq (char-syntax (char-after (1+ (point)))) ?\")
>> +           (forward-char 2))
>
> Do you happen to have a URL where this syntax is defined?

There is, of course, no CSV format definition, but this one is
semi-popular after:

https://tools.ietf.org/html/rfc4180

Section 2.4.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]