Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 67237 invoked from network); 24 Jan 2008 08:17:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2008 08:17:31 -0000 Received: (qmail 41516 invoked by uid 500); 24 Jan 2008 08:17:19 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 41492 invoked by uid 500); 24 Jan 2008 08:17:19 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Delivered-To: moderator for continuum-users@maven.apache.org Received: (qmail 33415 invoked by uid 99); 24 Jan 2008 08:04:38 -0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAAPVl0dX+Ac//2dsb2JhbACuWw X-IronPort-AV: E=Sophos;i="4.25,243,1199660400"; d="scan'208";a="7393506" Date: Thu, 24 Jan 2008 09:03:59 +0100 From: =?ISO-8859-1?Q?Bj=F8rn?= T Johansen To: continuum-users@maven.apache.org Subject: Re: UTF-8? Message-ID: <20080124090359.348ab6c5@laptop-btj> In-Reply-To: <20080119112018.5697d8d6@pennywise> References: <20080119112018.5697d8d6@pennywise> Organization: Havleik Consulting X-Mailer: Claws Mail 3.2.0 (GTK+ 2.12.1; i686-pc-linux-gnu) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEUIBwf70Dubhk3myVz////9//3w7uYAZptxAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9cFFREYEZmH3wYAAAGCSURBVDjLddPNcoMgEADgLWk8u2aaM6HWc9OxnjupeG+jnq1JeP9H6PKzZYyUi8AnuywotP80iN1ZQpWCE1ArEzDRvBQJANeuK+g8lCs4ediu4INmhYRsBVM2g5lBrEFVYqpSABshtykQB8yTKwQiFil4IECANBSx9EUObECW9yAzhdUQK4ywnasbbVqs4HE07sTqJXRQ6t6dcbaEyXcGOsp+AXJTf9faNJKvBDiS6nXbjvPEsYCvyRfWzRD2BVxeCDnyvQOX97ftkCRA/AhkuHfgKtrWZ3kN2SF8CVeGKWSHMKKq6gTI/0BJBr0AfSxePOgL7SrrA+gzoupbt+NjDrBjGI+Iua9QE4hdCNWh+wzcbrtDoQ4YVnxZQH8o3cH23z18OshFBJuE4OygcD/myQE+9RHcei097PuYA/cUSIKHqw2lfzwUStElOWhcDn0J4P5BC43xYN6UHSoGZRiMUYoi0dO+o5oA7UgTF2XH7pVnY26+QG3uGx/i4Ic37gy21F+IF/gxgPWcVgAAAABJRU5ErkJggg== Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-HavleikConsulting-MailScanner-Information: Please contact the ISP for more information X-HavleikConsulting-MailScanner: Found to be clean X-HavleikConsulting-MailScanner-From: btj@havleik.no X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No On Sat, 19 Jan 2008 11:20:18 +0100 Bj=F8rn T Johansen wrote: > I am trying to use PostgresSQL as our database but I have a problem with = character encoding. I am using ISO-8859-1 > as my encoding but it seems like Continuum insist on using UTF-8, how can= I switch to ISO-8859-1? >=20 >=20 > Regards, >=20 > BTJ >=20 > -------------------------------------------------------------------------= ---------------------- > Someone wrote: > "I understand that if you play a Windows CD backwards you hear strange Sa= tanic messages" > To which someone replied: > "It's even worse than that; play it forwards and it installs Windows" > -------------------------------------------------------------------------= ---------------------- No one knows how to get around this? We are running with ISO-8859-1 as loca= le and creates the pgsql db with encoding=3Dlatin1... When I use norwegian letters, it complains that continuum can't convert my = Norwegain character and throws an exception... If I create the db as UTF-8 or use the included Derby database, I no longer= get an error but I only get question marks back from the db for the Norwegian letters. Can this really be so hard?? BTJ