Author: dpage
Date: 2006-09-15 14:28:09 +0100 (Fri, 15 Sep 2006)
New Revision: 5370
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5370&view=rev
Log:
When exporting data to the local charset wxFile::Write will crash if it can't convert the data. Check that conversion
ispossible before writing each row and skip if not. If any failures have occured, tell the user how many, and suggest
theyuse UTF8 instead. Per Harald Armin Massa
Modified:
trunk/pgadmin3/src/frm/frmExport.cpp