Return-Path: X-Original-To: apmail-avro-dev-archive@www.apache.org Delivered-To: apmail-avro-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83B131744C for ; Thu, 2 Apr 2015 09:41:32 +0000 (UTC) Received: (qmail 89445 invoked by uid 500); 2 Apr 2015 09:41:32 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 89372 invoked by uid 500); 2 Apr 2015 09:41:32 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 89361 invoked by uid 99); 2 Apr 2015 09:41:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Apr 2015 09:41:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D91C8E2F1A; Thu, 2 Apr 2015 09:41:31 +0000 (UTC) From: hatemhelal To: dev@avro.apache.org Reply-To: dev@avro.apache.org Message-ID: Subject: [GitHub] avro pull request: AVRO-1593. Use classic locale to escape control... Content-Type: text/plain Date: Thu, 2 Apr 2015 09:41:31 +0000 (UTC) GitHub user hatemhelal opened a pull request: https://github.com/apache/avro/pull/32 AVRO-1593. Use classic locale to escape control chars See https://issues.apache.org/jira/browse/AVRO-1593 You can merge this pull request into a Git repository by running: $ git pull https://github.com/hatemhelal/avro patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/avro/pull/32.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #32 ---- commit 3c87e7cbf2a8f03c570ec763b7d92da80bc86326 Author: hatemhelal Date: 2015-04-02T09:41:12Z AVRO-1593. Use classic locale to escape control chars See https://issues.apache.org/jira/browse/AVRO-1593 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---