Re: Show encoding in initdb messages
От | Tom Lane |
---|---|
Тема | Re: Show encoding in initdb messages |
Дата | |
Msg-id | 3220.1087833818@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Show encoding in initdb messages (Peter Eisentraut <peter_e@gmx.net>) |
Ответы |
Re: Show encoding in initdb messages
|
Список | pgsql-patches |
Peter Eisentraut <peter_e@gmx.net> writes: > But the answer space is infinite: > $ LANG=C locale charmap > ANSI_X3.4-1968 Right, the hard part is mapping whatever weird string "locale charmap" chooses to return into one of the encodings our code knows about. HPUX seems to be just arbitrarily bizarre: $ LC_ALL=en_US.iso88591 locale charmap "iso88591.cm" $ LC_ALL=C.utf8 locale charmap "utf8.cm" $ As near as I can tell, the .cm is present in all the possible results; and why the quotes? > I suspect Japanese users will also have a problem with this mechanism, > but at least we could keep -E to override the automatic selection. Perhaps we could try to derive a setting from locale charmap, but barf and require explicit -E if we can't recognize it? regards, tom lane
В списке pgsql-patches по дате отправления: