Re: LC_MESSAGES and BSD/OS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LC_MESSAGES and BSD/OS
Дата
Msg-id 17838.962241210@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: LC_MESSAGES and BSD/OS  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: LC_MESSAGES and BSD/OS  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, I am willing to make them #ifdef'ed, if someone would explain what
> LC_MESSAGES is used for.

The HPUX locale man pages say:
    LC_CTYPE determines the interpretation of text as single and/or    multi-byte characters, the classification of
charactersas printable,    and the characters matched by character class expressions in regular    expressions.
 
    LC_COLLATE provides collation sequence definition    for relative ordering between collating elements (single- and
 multi-character collating elements) in the locale.
 
    LC_MESSAGES determines the locale that should be used to affect the    format and content of diagnostic messages
writtento standard error,    and informative messages written to standard output.
 
    LC_MONETARY defines the rules and symbols used to    format monetary numeric information.
    LC_NUMERIC defines rules and symbols used to format    non-monetary numeric information.
    LC_TIME defines the rules for generating locale-specific formatted    date strings.
    LC_ALL, when set to a non-empty string value, overrides the values of    all other internationalization variables.

Dunno which LC_foo variable corresponds to LC_MESSAGES on BSDI.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Big 7.1 open items
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: LC_MESSAGES and BSD/OS