Re: lc_time and localized dates

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: lc_time and localized dates
Дата
Msg-id 47C3D39F.2050502@sun.com
обсуждение исходный текст
Ответ на Re: lc_time and localized dates  (Euler Taveira de Oliveira <euler@timbira.com>)
Ответы Re: lc_time and localized dates  (Euler Taveira de Oliveira <euler@timbira.com>)
Список pgsql-patches
Euler Taveira de Oliveira napsal(a):
> Zdenek Kotala wrote:
>
>> Please, Day names does not have capitalized first letter in Czech
>> language. We have "pondeli" as a Monday. If locale does not do that it
>> is probably intention :-).
>>
> Hmmm... I don't know about that. I do it that way 'cause I'm concerned
> about some locales that don't capitalize (see above). In my head,
> (i) 'TMMonth' is February, Fevereiro, Febrero, Únor;
> (ii) 'TMmonth' is february, fevereiro, febrero, únor;
> (iii) 'TMMONTH' is FEBRUARY, FEVEREIRO, FEBRERO, ÚNOR.
>
> How would we handle that case? Is it wrong to write "Únor"?

Yes it is. Only if it is a first word in a sentence or name you should
use "Ú". Also name of day is 'pondělí' (Monday) with small p

If I read description of "Month" pattern, it says "full mixed-case month
name (blank-padded to 9 chars)". By my opinion this patter should keep
standard locale behavior - it means for English February, for Czech únor.


        Zdenek


В списке pgsql-patches по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: SRF memory leaks
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: Fix pgstatindex using for large indexes