pgsql: Ignore UTF-8-encoded Unicode byte-order mark at the beginning of

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ignore UTF-8-encoded Unicode byte-order mark at the beginning of
Date: 2009-11-21 23:59:12
Message-ID: 20091121235912.91E57753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file if
the client encoding is UTF-8.

a limited version of a patch proposed by Itagaki Takahiro

Modified Files:
--------------
pgsql/src/bin/psql:
mainloop.c (r1.96 -> r1.97)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/mainloop.c?r1=1.96&r2=1.97)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-11-22 05:20:41 pgsql: Improve psql's tabular display of wrapped-around data by
Previous Message User Okbob 2009-11-21 20:55:46 orafce - orafce: regress test for listagg