Обсуждение: BUG #5817: Language problem...

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

BUG #5817: Language problem...

От
""
Дата:
The following bug has been logged online:

Bug reference:      5817
Logged by:
Email address:      jengeno@hotmail.com
PostgreSQL version: any, so far
Operating system:   Windows 7
Description:        Language problem...
Details:

I use a W7 english operating system, with Norwegian input (keyboard etc).

Every version of postgres I have tried to install has stopped on the fact
that it does not recognize "Norsk bokmål" as system locale. (It seems to
stop on the letter "å" in "bokmål")

No big issue, as all I have to do is change the system locale to English,
but it should also be an easy problem to fix(?). (To me it seems the
installer is trying to READ the systems locale instead of just use it from
MY machine. When it does not recognize it, everything stops)

And I have tried installing postres from the newest version to 8,3 without
success (before changing to english)

Re: BUG #5817: Language problem...

От
Dave Page
Дата:
On Wed, Jan 5, 2011 at 10:02 PM,  <jengeno@hotmail.com> wrote:
>
> The following bug has been logged online:
>
> Bug reference: =A0 =A0 =A05817
> Logged by:
> Email address: =A0 =A0 =A0jengeno@hotmail.com
> PostgreSQL version: any, so far
> Operating system: =A0 Windows 7
> Description: =A0 =A0 =A0 =A0Language problem...
> Details:
>
> I use a W7 english operating system, with Norwegian input (keyboard etc).
>
> Every version of postgres I have tried to install has stopped on the fact
> that it does not recognize "Norsk bokm=E5l" as system locale. (It seems to
> stop on the letter "=E5" in "bokm=E5l")
>
> No big issue, as all I have to do is change the system locale to English,
> but it should also be an easy problem to fix(?). (To me it seems the
> installer is trying to READ the systems locale instead of just use it from
> MY machine. When it does not recognize it, everything stops)
>
> And I have tried installing postres from the newest version to 8,3 without
> success (before changing to english)

The installer builds a list of available locales by using a Windows
API to query the system. It then populates the combo box, and adds a
"Default locale" option to the list, which if selected, means that the
installer will leave initdb to choose the locale based on the
environment.

It's not clear from your report if the list is not populated
correctly, or if default option fails. Can you provide the installer
log from %TEMP%?


--=20
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company