|
|
| · · · · · · · | |
|
Re: Beta 1.6: Crash on .CSV export of NULL-Values
Hi Harald,
I've
managed to reproduce this - it appears to happen when wxFile::Write encounters
characters that it cannot convert to the local charset (it then crashes). I've
committed the following change to work around this:
When
exporting data to the local charset wxFile::Write will crash if it can't convert
the data. Check that conversion is possible before writing each row and skip if
not. If any failures have occured, tell the user how many, and suggest they use
UTF8 instead. Per Harald Armin Massa
Would
you like an updated .exe to test?
Regards, Dave.
|