Thread: Re: Locale, Encoding

Re: Locale, Encoding

From
Dave Page
Date:

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 26 February 2002 11:01
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Locale, Encoding
>
>
> > LCID is the Windows Locale ID
> > If it's not important, ignore it.
>
> Locales and encodings are different:
> Locale : "fr_fr",
> Encoding : "Latin1".
>
> I guess LCID is not a locale but a font ID. What should $M
> express locales
> using IDs?
>
> Still I don't know if we should keep ServerEncodingID (Long) and
> ClientEncodingID (Long). I don't see how these numbers can be
> used. Do you?

No, and your probably right, we could drop them altogether and just keep the
text ones. We're already changing the name of the encoding string property
so changing the interface again ain't gonna hurt.

/D

Re: Locale, Encoding

From
Jean-Michel POURE
Date:
Le Mardi 26 Février 2002 12:27, Dave Page a écrit :
> No, and your probably right, we could drop them altogether and just keep
> the text ones. We're already changing the name of the encoding string
> property so changing the interface again ain't gonna hurt.
OK, I am doing it.