Opened 10 years ago

Last modified 9 years ago

#5679 closed defect

Silent failure attempting to read invalid characters from Postgres — at Version 1

Reported by: dbaston Owned by: warmerdam
Priority: normal Milestone: 2.0.0
Component: default Version: 1.10.0
Severity: normal Keywords:
Cc:

Description (last modified by dbaston)

I've been using ogr2ogr to write MapInfo TAB files from PostGIS. I've been prefacing my ogr2ogr commands with SET PGCLIENTENCODING=LATIN1, as recommended by the Postgresql driver page. This works great if all characters can be encoded in Latin-1. If the database contains UTF8 characters that cannot be encoded in Latin-1, ogr2ogr will write an empty TAB file without producing an error message, and will return zero. I would expect the process to fail or at least produce a warning.

Change History (1)

comment:1 by dbaston, 10 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.