X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id AC6133F8B26; Mon, 27 Dec 2004 08:48:37 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 09694-10; Mon, 27 Dec 2004 08:48:24 +0000 (GMT) Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by svr1.postgresql.org (Postfix) with ESMTP id A0E3E3F8B18; Mon, 27 Dec 2004 08:48:24 +0000 (GMT) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 397A88F284; Mon, 27 Dec 2004 09:48:23 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: Re: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW, Cygwin builds? Date: Mon, 27 Dec 2004 09:48:22 +0100 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCE476453@algol.sollentuna.se> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-hackers-win32] Does "console code page" issue apply to MinGW, Cygwin builds? Thread-Index: AcTrivdsX2HD7qRfQC2FmDY7Gf1gwQAZc11A From: "Magnus Hagander" To: "Tom Lane" , , X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.064 tagged_above=0 required=5 tests=AWL, FORGED_RCVD_HELO X-Spam-Level: X-Archive-Number: 200412/55 X-Sequence-Number: 2751 > At the bottom of > http://developer.postgresql.org/docs/postgres/install-win32.html > there is some info about having to set the correct console=20 > code page for psql. Does this apply to the MinGW and/or=20 > Cygwin builds, or is it only relevant for Visual C++ and=20 > Borland C++ builds? If the former, it's in the wrong place. =20 > I am not sure what the right place is though. It definitly applies to the MinGW build. Not sure about Cygwin. //Magnus