BUG #3663: Installer: Encoding(Server) Select list have not UTF-8 encoding.

Lists: pgsql-bugs
From: "Kevin(dot)Lee" <myaniu(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3663: Installer: Encoding(Server) Select list have not UTF-8 encoding.
Date: 2007-10-09 16:05:25
Message-ID: 200710091605.l99G5P1D036740@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3663
Logged by: Kevin.Lee
Email address: myaniu(at)gmail(dot)com
PostgreSQL version: 8.3-beta1
Operating system: Windows XP JP
Description: Installer: Encoding(Server) Select list have not UTF-8
encoding.
Details:

When I install postgresql-8.3-beta1 on my Windows XP system. When
"Initialise database cluster" windows form appear.I try to set
"Encoding(Server)" to be UTF-8. But "Encoding(Server) " select list have not
UTF-8 option. I think this may be a bug.


From: "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
To: <pgsql-bugs(at)postgresql(dot)org>, "Kevin(dot)Lee" <myaniu(at)gmail(dot)com>
Subject: Re: BUG #3663: Installer: Encoding(Server) Select list have not UTF-8 encoding.
Date: 2007-10-09 16:17:59
Message-ID: 030401c80a8f$f5c2bb00$c601a8c0@HP22720319231
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Hi.

Yes, you look at the same thing as this.
http://winpg.jp/~saito/pginstaller/pginstaller_8.3.beta1-error1.png
I will correct it after discussion. Thanks!

Regrad,
Hiroshi Saito

----- Original Message -----
From: "Kevin.Lee" <myaniu(at)gmail(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Sent: Wednesday, October 10, 2007 1:05 AM
Subject: [BUGS] BUG #3663: Installer: Encoding(Server) Select list have not UTF-8 encoding.

>
> The following bug has been logged online:
>
> Bug reference: 3663
> Logged by: Kevin.Lee
> Email address: myaniu(at)gmail(dot)com
> PostgreSQL version: 8.3-beta1
> Operating system: Windows XP JP
> Description: Installer: Encoding(Server) Select list have not UTF-8
> encoding.
> Details:
>
> When I install postgresql-8.3-beta1 on my Windows XP system. When
> "Initialise database cluster" windows form appear.I try to set
> "Encoding(Server)" to be UTF-8. But "Encoding(Server) " select list have not
> UTF-8 option. I think this may be a bug.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: "Kevin(dot)Lee" <myaniu(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3663: Installer: Encoding(Server) Select list have not UTF-8 encoding.
Date: 2007-10-09 19:12:20
Message-ID: 470BD294.3020609@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Kevin.Lee wrote:
> The following bug has been logged online:
>
> Bug reference: 3663
> Logged by: Kevin.Lee
> Email address: myaniu(at)gmail(dot)com
> PostgreSQL version: 8.3-beta1
> Operating system: Windows XP JP
> Description: Installer: Encoding(Server) Select list have not UTF-8
> encoding.
> Details:
>
> When I install postgresql-8.3-beta1 on my Windows XP system. When
> "Initialise database cluster" windows form appear.I try to set
> "Encoding(Server)" to be UTF-8. But "Encoding(Server) " select list have not
> UTF-8 option. I think this may be a bug.

This is a known problem. A bug creeped in just before beta, so UTF8 was
disabled in the win32 binary distribution because it won't work. We are
working to have this fixed by beta2.

//Magnus