Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B43FBCDD2 for ; Fri, 13 Sep 2013 15:56:15 +0000 (UTC) Received: (qmail 48357 invoked by uid 500); 13 Sep 2013 08:15:22 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 48289 invoked by uid 500); 13 Sep 2013 08:15:21 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 48221 invoked by uid 99); 13 Sep 2013 08:15:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 08:15:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 08:15:15 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CE0C82388A29; Fri, 13 Sep 2013 08:14:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1522809 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java Date: Fri, 13 Sep 2013 08:14:54 -0000 To: commits@commons.apache.org From: britter@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130913081454.CE0C82388A29@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: britter Date: Fri Sep 13 08:14:54 2013 New Revision: 1522809 URL: http://svn.apache.org/r1522809 Log: Add alternative abbreviation Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java?rev=1522809&r1=1522808&r2=1522809&view=diff ============================================================================== --- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java (original) +++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/package-info.java Fri Sep 13 08:14:54 2013 @@ -19,8 +19,9 @@ * Apache Commons CSV Format Support. * *

CSV (or its dialects) are widely used as interfaces to legacy systems or - * manual data-imports. Basically CSV stands for "Comma Separated Values" but - * this simple abbreviation leads to more confusion than definitions.

+ * manual data-imports. CSV stands for "Comma Separated Values" (or sometimes + * "Character Separated Values") but this simple abbreviation leads to more + * confusion than definitions.

* *

Common to all file dialects is its basic structure: The CSV data-format * is record oriented, whereas each record starts on a new textual line. A