Thread: BUG #1920: Installer no WIN1252 & UTF8 selection
The following bug has been logged online: Bug reference: 1920 Logged by: Andrew Email address: andrew@merimen.com PostgreSQL version: 8.1-B2 (win32) Operating system: XP Professional Description: Installer no WIN1252 & UTF8 selection Details: I can't select those 2 options for database encoding when initializing cluster from the Win32 installer. This is in the list of new features for 8.1. Most likely just a minor oversight on the installer and not the database itself. Please correct me if I'm not raising this in the correct forum or place. Thanks to all developers, great job so far.
> The following bug has been logged online: >=20 > Bug reference: 1920 > Logged by: Andrew > Email address: andrew@merimen.com > PostgreSQL version: 8.1-B2 (win32) > Operating system: XP Professional > Description: Installer no WIN1252 & UTF8 selection > Details:=20 >=20 > I can't select those 2 options for database encoding when=20 > initializing cluster from the Win32 installer. This is in the=20 > list of new features for 8.1. >=20 > Most likely just a minor oversight on the installer and not=20 > the database itself. >=20 > Please correct me if I'm not raising this in the correct=20 > forum or place. > Thanks to all developers, great job so far. UNICODE has been fixed in CVS for the installer and will be in the next beta. WIN1252 is an oversight that we'll have to fix. We'll try to get that done before next beta. It's all in the installer, so if you run a manual initdb you can access them in the current beta. //Magnus
> > I can't select those 2 options for database encoding when=20 > initializing=20 > > cluster from the Win32 installer. This is in the list of=20 > new features=20 > > for 8.1. > >=20 > > Most likely just a minor oversight on the installer and not the=20 > > database itself. > >=20 > > Please correct me if I'm not raising this in the correct forum or=20 > > place. > > Thanks to all developers, great job so far. >=20 > UNICODE has been fixed in CVS for the installer and will be=20 > in the next beta. >=20 > WIN1252 is an oversight that we'll have to fix. We'll try to=20 > get that done before next beta. >=20 > It's all in the installer, so if you run a manual initdb you=20 > can access them in the current beta. I've added WIN1252 to the installer as well, it'll also be in the next beta. //Magnus