Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B77E183FF for ; Sun, 31 May 2015 19:15:56 +0000 (UTC) Received: (qmail 44020 invoked by uid 500); 31 May 2015 19:15:55 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 43966 invoked by uid 500); 31 May 2015 19:15:55 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 43953 invoked by uid 99); 31 May 2015 19:15:55 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 May 2015 19:15:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id EA855CA33F for ; Sun, 31 May 2015 19:15:54 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.973 X-Spam-Level: *** X-Spam-Status: No, score=3.973 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 9_4u5Vij7VNF for ; Sun, 31 May 2015 19:15:47 +0000 (UTC) Received: from mail-oi0-f44.google.com (mail-oi0-f44.google.com [209.85.218.44]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 2F5D1207C2 for ; Sun, 31 May 2015 19:15:47 +0000 (UTC) Received: by oihb142 with SMTP id b142so87960140oih.3 for ; Sun, 31 May 2015 12:15:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=yEnuOJcyU5LhOPlD2QZwpwmjAYeK1uV/xrTXVd1+iCo=; b=Sd8PRX0KVVt+53Uj4fDfOCzMuCex9HrppHaEoyqViXpbepBwO2+KRFq+heOak2QN+V G+iDLwbMDZ5MEugoFfuIfZb5vXOujEsDRB/20jB2HeB6f6rn4nKvdqNGDzsiv8c1JORi 9dI2E3xW8/P0iuXPvtRB4hW/afRO4pTFgu6oXH1YRmkJXjuUOBgczNTZ1pjHxTp1iy9F MOYEDpAXR8zJ6Q+0fqRZF19mc11jYpPI0y4pi4waIn9fwaZ0RGD0VBKKLMMgUexjZOo9 zsarTzrsS6MbVv2bicmg+WUgOZdmykJuuv68pJll9YqztfH5cZZCFOoZy4eI5avrqSZ9 m4Sw== X-Gm-Message-State: ALoCoQmhfkeCtdcTlkszYFviB7fx7UPfmE3BjF20PUnrTZcCfbaPSxu0Lmjd7pPflR561z7luvmn MIME-Version: 1.0 X-Received: by 10.182.128.234 with SMTP id nr10mr15341688obb.81.1433099746028; Sun, 31 May 2015 12:15:46 -0700 (PDT) Received: by 10.202.172.73 with HTTP; Sun, 31 May 2015 12:15:45 -0700 (PDT) X-Originating-IP: [24.6.229.36] In-Reply-To: References: Date: Sun, 31 May 2015 12:15:45 -0700 Message-ID: Subject: Re: using utf-8 encoding on java files From: =?UTF-8?B?UmHDumwgR3V0acOpcnJleiBTZWdhbMOpcw==?= To: "dev@zookeeper.apache.org" Cc: "user@zookeeper.apache.org" Content-Type: multipart/alternative; boundary=089e015382b64a515405176589d7 --089e015382b64a515405176589d7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 31 May 2015 at 10:51, Michi Mutsuzaki wrote: > It sounds fine to me, but any reason why we shouldn't stick to ascii? > No strong reasons tbh, just the fact that utf-8 is sometimes useful for comments and it's probably becoming (if not already) the norm, etc. -rgs > On Sun, May 31, 2015 at 9:14 AM, Ra=C3=BAl Guti=C3=A9rrez Segal=C3=A9s > wrote: > > Heya, > > > > So in this issue: > > > > https://issues.apache.org/jira/browse/ZOOKEEPER-2197 > > > > we ran into a problem with utf-8 chars. How what about we teach javac t= o > > treat > > all files as utf-8? Would that be a problem for anyone/any platform? > > Something like > > this in build.xml: > > > > > > > includeantruntime=3D"false" > > target=3D"${javac.target}" source=3D"${javac.source}" > debug=3D"on" > > encoding=3D"UTF-8"> > > > > > > > > > > > > > > Thoughts? > > > > > > -rgs > --089e015382b64a515405176589d7--