bug report: initdb failure on Microsoft Windows if path to initdb contains special chars

Started by Stöcker Bernhard - aktivweb GmbHabout 1 year ago2 messagesbugs
Jump to latest
#1Stöcker Bernhard - aktivweb GmbH
bernhard.stoecker@aktivweb.de

Hi,
I’d like to report an issue concerning initdb on Microsoft Windows if running initdb.exe from a directory that contains special chars like German umlauts. The error message is: FATAL: invalid byte sequence for encoding "UTF8": 0xf6 0x63 0x6b
Version used: 17.2 official Windows binaries

Best regards
Bernhard Stöcker

Mit freundlichen Grüßen
Bernhard Stöcker
Fachinformatiker AE

E-Mail: bernhard.stoecker@aktivweb.de<mailto:bernhard.stoecker@aktivweb.de> [aktivweb System- und Datentechnik GmbH] <https://www.aktivweb.de/&gt;

aktivweb System- und Datentechnik GmbH
Arberseestraße 3 fon: 09924/94324-0
94249 Bodenmais fax: 09924/94324-25

Internet: www.aktivweb.de<https://www.aktivweb.de&gt; Hilfe? Fernwartung starten<https://get.teamviewer.com/b58ey5k&gt;

[DOCBOX® - Das Dokumenten-Management-System]<https://www.docbox.eu/&gt;

Geschäftsführer: Maximilian Baumann, Uwe Weikl
Umsatzsteuernummer: DE201913528, Steuernummer: 162 121 501 70, Registergericht Deggendorf HRB 2094

Attachments:

image093961.JPGimage/jpeg; name=image093961.JPGDownload
image83b0cf.PNGimage/png; name=image83b0cf.PNGDownload
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Stöcker Bernhard - aktivweb GmbH (#1)
Re: bug report: initdb failure on Microsoft Windows if path to initdb contains special chars

=?utf-8?B?U3TDtmNrZXIgQmVybmhhcmQgLSBha3RpdndlYiBHbWJI?= <bernhard.stoecker@aktivweb.de> writes:

I’d like to report an issue concerning initdb on Microsoft Windows if running initdb.exe from a directory that contains special chars like German umlauts. The error message is: FATAL: invalid byte sequence for encoding "UTF8": 0xf6 0x63 0x6b

The directory name contains those, you mean?

Our position on this is that the data directory's path name has to be
valid in the encoding you are selecting for the database. Otherwise
it's just too much of a mess to deal with inside-the-database values
like the data_directory setting. It looks like you are using some
single-byte encoding (probably a Windows code page?) for your
filesystem names, so you should do the same for initdb's -E option.
Or switch to an all-ASCII path name.

regards, tom lane