]> granicus.if.org Git - postgresql/commit
Re-allow UTF8 encodings on win32. Since UTF8 is converted to
authorMagnus Hagander <magnus@hagander.net>
Tue, 16 Oct 2007 11:30:16 +0000 (11:30 +0000)
committerMagnus Hagander <magnus@hagander.net>
Tue, 16 Oct 2007 11:30:16 +0000 (11:30 +0000)
commit699a0ef7bbd7fa563097ad88b73bc3d439e26dc8
treee946c43d562075164aca74773d7aa2b727bfb60e
parent2d5b16bb10ea4954193d7b84c510bef4e660f7c4
Re-allow UTF8 encodings on win32. Since UTF8 is converted to
UTF16 before being used, all (valid) locales will work for this.
src/backend/commands/dbcommands.c
src/bin/initdb/initdb.c