Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 79821 invoked from network); 22 Nov 2007 09:38:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2007 09:38:21 -0000 Received: (qmail 14541 invoked by uid 500); 22 Nov 2007 09:38:07 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 14470 invoked by uid 500); 22 Nov 2007 09:38:06 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 13925 invoked by uid 99); 22 Nov 2007 09:38:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 01:38:05 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 09:38:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9AC4E714233 for ; Thu, 22 Nov 2007 01:37:43 -0800 (PST) Message-ID: <32855833.1195724263631.JavaMail.jira@brutus> Date: Thu, 22 Nov 2007 01:37:43 -0800 (PST) From: "Sebb (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (LANG-374) Add escaping for CSV columns to StringEscapeUtils In-Reply-To: <18365216.1195001082991.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LANG-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12544742 ] Sebb commented on LANG-374: --------------------------- Tab-separated files are quite commonly used with spreadsheets. - which is presumably one of the use cases for the original version. > Add escaping for CSV columns to StringEscapeUtils > ------------------------------------------------- > > Key: LANG-374 > URL: https://issues.apache.org/jira/browse/LANG-374 > Project: Commons Lang > Issue Type: Improvement > Affects Versions: 2.3 > Reporter: Niall Pemberton > Assignee: Niall Pemberton > Priority: Minor > Fix For: 2.4 > > Attachments: Lang-374-escapeCsv-v2.patch, LANG-374-escapeDelimited.patch, StringEscapeUtils_v3.patch, StringEscapeUtilsTest_v3.patch > > > Add escaping for CSV columns to StringEscapeUtils. > Further information on CSV columns available here: > http://en.wikipedia.org/wiki/Comma-separated_values > http://tools.ietf.org/html/rfc4180 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.