Re: German Special Characters

From: Barry Lind <barry(at)xythos(dot)com>
To: erwin(dot)ambrosch(at)ebutec(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: German Special Characters
Date: 2001-10-31 02:57:39
Message-ID: 3BDF68A3.5010903@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Erwin,

Since you are using 7.1, you will need to ensure that your database is
created with the correct character set. If you issue the sql statement:
select getdatabaseencoding(); in psql this will show you what character
set your database was created with. To store the german special
characters you should ensure that your database is created with the
LATIN1 character set.

thanks,
--Barry

Erwin Ambrosch wrote:

> Hi,
>
> when I store data in postgresql Version 7.1 containig german special
> characters like ä,ö or ü, postgresql substitutes those characters with a
> ? when I perform a SELECT. The Environment variable LANG is set to de_DE.
>
>
> Can anyone say what to do to get support for german special characters.
>
> Thanks Erwin
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message wyatt 2001-10-31 03:28:23 Re: Staroffice compatability
Previous Message Barry Lind 2001-10-31 02:54:49 Re: SQL-Statement is too long