Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 98169 invoked from network); 20 Sep 2007 16:57:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 16:57:29 -0000 Received: (qmail 31882 invoked by uid 500); 20 Sep 2007 16:57:16 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 31821 invoked by uid 500); 20 Sep 2007 16:57:16 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 31812 invoked by uid 99); 20 Sep 2007 16:57:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 09:57:16 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flamefew@gmail.com designates 209.85.198.185 as permitted sender) Received: from [209.85.198.185] (HELO rv-out-0910.google.com) (209.85.198.185) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 16:57:16 +0000 Received: by rv-out-0910.google.com with SMTP id k20so580262rvb for ; Thu, 20 Sep 2007 09:56:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=2OnO6Zws3XBE7F667xo+s3QihvMpB3Cs/uYVt+emBjA=; b=rflsusbWi8RY8LH5nNRQzCfxVtq0h8hG4paFjQM0Ap3R3VM6DTa1kEkEI0sJ3m+PSvckZYae1Y3hmpc3qAWul9o9A4iXUHiW527Bg8kYli3ozZj5RcrDvWKjOC4ATz+E5Kw0L1Z3cRSY4unXNHo7zbDFeyuLq5CGApNnCabei1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MJms0FcE7TJmkkjhA6pXyLBwnV9G3mUA/PHEtkPdCJ+bBF3vYzXKP5F3mLvFrn84gLPuvYHCs9zagPO7DqzH+M+JcW29h7g/emlUavy+ECEogcAUDat/GrFeVyW8FcNx6O3LZIjkJ58AToRf1ukLoNEt3xNkHUg+/MP/peVDpRA= Received: by 10.140.251.1 with SMTP id y1mr488555rvh.1190307416130; Thu, 20 Sep 2007 09:56:56 -0700 (PDT) Received: by 10.140.164.14 with HTTP; Thu, 20 Sep 2007 09:56:56 -0700 (PDT) Message-ID: <31cc37360709200956j6601225cl55cb6e4e3f6bff6e@mail.gmail.com> Date: Thu, 20 Sep 2007 09:56:56 -0700 From: "Henri Yandell" To: "Jakarta Commons Users List" Subject: Re: [Commands.Lang] StringEscapeUtils failed with the nbsp In-Reply-To: <46F2519E.9030209@iona.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46F2519E.9030209@iona.com> X-Virus-Checked: Checked by ClamAV on apache.org On 9/20/07, James Mao wrote: > Hi, > > It seems that StringEscapeUtils.unescapeHtml(" ") will get "??", > not a space, is it a known issue? 160 isn't a space, it's an nbsp which is a different character. I suspect the issue is that your console/font/whatever is not able to display it and so shows a "??". Sound possible? Hen --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org