Обсуждение: pgAdmin III commit: Add option to request BOM write

Поиск
Список
Период
Сортировка

pgAdmin III commit: Add option to request BOM write

От
Guillaume Lelarge
Дата:
Add option to request BOM write

Before, we always write BOM at the beginning of UTF files. Not all tools
understand BOM files. psql knows about it only since PostgreSQL 9.0, so our
sql files are not usable with psql 8.4 and before. So, this option is
available to allow a user to decide if he wants BOM or not.

Implements #283.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8008678fedf779ac0a980d1999ef5c4817649c65

Modified Files
--------------
CHANGELOG                           |    1 +
pgadmin/frm/frmOptions.cpp          |    3 +++
pgadmin/include/utils/sysSettings.h |    2 ++
pgadmin/ui/frmOptions.xrc           |    8 ++++++++
pgadmin/utils/utffile.cpp           |    4 ++++
5 files changed, 18 insertions(+), 0 deletions(-)