Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 68709 invoked from network); 12 May 2008 16:26:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 May 2008 16:26:30 -0000 Received: (qmail 98023 invoked by uid 500); 12 May 2008 16:26:19 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 98001 invoked by uid 500); 12 May 2008 16:26:19 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 97990 invoked by uid 99); 12 May 2008 16:26:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 09:26:19 -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 sanelson@gmail.com designates 74.125.46.152 as permitted sender) Received: from [74.125.46.152] (HELO yw-out-1718.google.com) (74.125.46.152) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 16:25:34 +0000 Received: by yw-out-1718.google.com with SMTP id 5so1310916ywr.54 for ; Mon, 12 May 2008 09:25:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=rylVD1EjVmk9lH4zOQHWCzFF4ZNvjSZnd2L9kgGE+vw=; b=R1yd5zdhCX/feewBZETE9pxFr/uO2GyOgA30aDXrjBbto0QiN6u5uhWnvEQ8wV9WuheNNAdp/u9Ym7QBV6r9SdUriuBwnWmj4PFTTNPE4Zr+Ho+Nrmf3oBUhghj2DdiCU5LIKBS/DtDTeN54OXA7bzA0jOmVWbETGloJnnDGxqs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jtTeqHxZCrk7N8p8ygx81CzGAyc5EH6T4EG0BGhUFhYgyYuK8iKd3xwnAGHM7hvKpyOeYNtfKEg7g1GOHlb3yOXp1/iaRvQbmvuzJddlalvwFhkHwzpPZxHxgiibnhoRTjGK2vaAqZcSC4QAKoIVRW/GLQL87BnGEsVpXEOjyjc= Received: by 10.142.50.15 with SMTP id x15mr3344628wfx.169.1210609544732; Mon, 12 May 2008 09:25:44 -0700 (PDT) Received: by 10.142.177.17 with HTTP; Mon, 12 May 2008 09:25:44 -0700 (PDT) Message-ID: Date: Mon, 12 May 2008 17:25:44 +0100 From: "Stephen Nelson-Smith" To: "Tomcat Users List" Subject: Re: Unable to display UK Pound Sign In-Reply-To: <6715CF65287F8F408DA109EC03AC6C0D03C63AD52E@puma.melandra.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6715CF65287F8F408DA109EC03AC6C0D03C63AD52B@puma.melandra.net> <6715CF65287F8F408DA109EC03AC6C0D03C63AD52D@puma.melandra.net> <6715CF65287F8F408DA109EC03AC6C0D03C63AD52E@puma.melandra.net> X-Virus-Checked: Checked by ClamAV on apache.org On Mon, May 12, 2008 at 4:56 PM, Peter Crowther wrote: > > From: Stephen Nelson-Smith [mailto:sanelson@gmail.com] > > > UPDATE currencies SET symbol = '£' WHERE ISO_CODE = 'GBP'; > > Ah! A good, soft solution! I hope there was a semicolon in there just before the closing single quote, though! It was :) Also, I had a bit of a struggle getting SQL*Plus not to do interactive prompting. For reference: SET DEFINE ? SET DEFINE OFF S. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org