Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 56778 invoked from network); 24 Jul 2006 18:17:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jul 2006 18:17:43 -0000 Received: (qmail 42874 invoked by uid 500); 24 Jul 2006 18:17:37 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 42848 invoked by uid 500); 24 Jul 2006 18:17:37 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 42837 invoked by uid 99); 24 Jul 2006 18:17:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 11:17:36 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Travis.May@sas.com designates 149.173.6.152 as permitted sender) Received: from [149.173.6.152] (HELO mercav04.na.sas.com) (149.173.6.152) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jul 2006 11:17:34 -0700 Received: from mercmbx08.na.sas.com ([10.16.9.158]) by mercav04.na.sas.com with InterScan Message Security Suite; Mon, 24 Jul 2006 14:17:12 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: UTF-8 Encoding for LoadProperties Date: Mon, 24 Jul 2006 14:17:12 -0400 Message-ID: <32251DD60B0C1B4386EE15B0FA279A6201BA7C06@mercmbx08.na.sas.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: UTF-8 Encoding for LoadProperties Thread-Index: AcavTWJMS06e1W7FRDCWsOzAhn6uNw== From: "Travis May" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am struggling with some encoding issues. I have: In my.properties, message is set to "\u00F3" The output is the less than or equal to sign. This is the ASCII escape sequence for the less than or equal to sign. = Since that is not an escape sequence in UTF8, shouldn't it output the = literal "\u00F3"? Any workarounds? Thanks, Travis --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org