aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawktexi.in
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-11-19 17:39:41 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-11-19 17:39:41 +0200
commitdeb2fe660265860073c5180a5e31c0375cd0d1f1 (patch)
treed5d0b738d49d5139c85ba3233ad4838ed771f0cf /doc/gawktexi.in
parente65bf179b2c804d2af89f938fa7434cb03d3b52b (diff)
parent80561e40fab798717fe2d0c217ccaf96e1025def (diff)
downloadegawk-deb2fe660265860073c5180a5e31c0375cd0d1f1.tar.gz
egawk-deb2fe660265860073c5180a5e31c0375cd0d1f1.tar.bz2
egawk-deb2fe660265860073c5180a5e31c0375cd0d1f1.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'doc/gawktexi.in')
-rw-r--r--doc/gawktexi.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 737fda6b..758fe14a 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -7404,10 +7404,12 @@ is so-called @dfn{comma-separated values} (CSV) data. Many spreadsheet programs,
for example, can export their data into text files, where each record is
terminated with a newline, and fields are separated by commas. If only
commas separated the data, there wouldn't be an issue. The problem comes when
-one of the fields contains an @emph{embedded} comma. Although there is no
-formal standard specification for CSV data,@footnote{At least, we don't know of one.}
-in such cases, most programs embed the field in double quotes. So we might
-have data like this:
+one of the fields contains an @emph{embedded} comma.
+In such cases, most programs embed the field in double quotes.@footnote{The
+CSV format lacked a formal standard definition for many years.
+@uref{http://www.ietf.org/rfc/rfc4180.txt, RFC 4180}
+standardizes the most common practices.}
+So we might have data like this:
@example
@c file eg/misc/addresses.csv