Обсуждение: Re: Locale, Encoding

Поиск
Список
Период
Сортировка

Re: Locale, Encoding

От
Dave Page
Дата:

> -----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

От
Jean-Michel POURE
Дата:
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.