Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 61173 invoked from network); 25 Sep 2007 06:06:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Sep 2007 06:06:15 -0000 Received: (qmail 84680 invoked by uid 500); 25 Sep 2007 06:06:02 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 84624 invoked by uid 500); 25 Sep 2007 06:06:02 -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 84615 invoked by uid 99); 25 Sep 2007 06:06:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 23:06:02 -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.184 as permitted sender) Received: from [209.85.198.184] (HELO rv-out-0910.google.com) (209.85.198.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2007 06:06:03 +0000 Received: by rv-out-0910.google.com with SMTP id k20so1734548rvb for ; Mon, 24 Sep 2007 23:05:42 -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=bhKnPJKF10SxcR2jxoRkADcHKquCtAFXCnbimYNLjqg=; b=lfd3BZGwAHrcn1yE3yu7ofgABE94aLHiNVlOEOQPr7MjXWxny+zDeym6a2etlXDKhgRM7jWsuyEyRkXsKvynxL5X39ZWuEp3UAGC7hcQSjPyTjvAnSbH/tCCULdmk0TCaA8ibELVIQ5rW5q0cnk9BOKM5GveUaD9IihoNQ/6bwc= 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=bubuVXh2JjhwYsuUOtAXcExsE6Xk2kuL8XuIlCH7RqXtV1g5m2jjgDQ/EApihSIjuCU8i8g8C0zSxOhGKFPlguWaBAvCNx8v5Bz3JPQ/1fZSoKZFw7+o1UECy2AeflCdK3hB2AyhYgVaZKu7SRrUVzojUdoQe8Arnr7H/8DE54g= Received: by 10.141.18.14 with SMTP id v14mr1393194rvi.1190700342690; Mon, 24 Sep 2007 23:05:42 -0700 (PDT) Received: by 10.140.164.14 with HTTP; Mon, 24 Sep 2007 23:05:42 -0700 (PDT) Message-ID: <31cc37360709242305h1bfadb09t8d408ad7c4f5dccf@mail.gmail.com> Date: Mon, 24 Sep 2007 23:05:42 -0700 From: "Henri Yandell" To: "Jakarta Commons Users List" Subject: Re: [Commands.Lang] StringEscapeUtils failed with the nbsp In-Reply-To: <46F331FC.7000108@gmail.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> <31cc37360709200956j6601225cl55cb6e4e3f6bff6e@mail.gmail.com> <46F331FC.7000108@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Exactly how are you testing it? Bear in mind, that a unicode nbsp is not the same as a HTML nbsp, so it won't necessarily appear properly in a browser (at a guess, it will if you set the content type to unicode). Hen On 9/20/07, maomaode wrote: > Hi, > > Thanks for the reply, > > I think my platform is ok, i tried on browser, it works. > I'm testing on windows vista, with jdk6, lang version is the latest. > > I'll test on windows 2000 later, see if I can re-produce. > > It works on your platform? Can you help me try on your platform? > > Thanks in advance, > James > > > 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 > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@commons.apache.org > For additional commands, e-mail: user-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org