Re: greek char - Mailing list pgsql-general

From Steve Crawford
Subject Re: greek char
Date
Msg-id 200308271423.20639.scrawford@pinpointresearch.com
Whole thread Raw
In response to greek char  ("David MAHE" <david.mahe@netcourrier.com>)
List pgsql-general
Look at your output using a binary viewer of some type. The font you
are using in whatever client you are using to connect to the database
may not have the character you are trying to display - a common
default is to use a ? in place of the unrenderable character. In
other words the character may be stored and retrieved by Postgresql
just fine but the display just doesn't have the character you want.

Cheers,
Steve


On Monday 25 August 2003 6:32 am, David MAHE wrote:
> Hi,
>
> How can i store a greek (alpha) char in a text field with Postgres
> 7.2 ? When i read the field, i get an '?' char instead of the alpha
> char (?)
>
> Thank's
>
> David
>
>
>
> ---------------------------(end of
> broadcast)--------------------------- TIP 1: subscribe and
> unsubscribe commands go to majordomo@postgresql.org


pgsql-general by date:

Previous
From: Jeffrey Melloy
Date:
Subject: Re: pgplsql - Oracle nvl
Next
From: Karsten Hilbert
Date:
Subject: Re: postgresql not using index even though it's faster