I have some file names and fields in KMLs which are in Hebrew.
The plugin crashes, leaving this message:
2017-06-22T16:10:38 1 Traceback (most recent call last):
File "C:/PROGRA~1/QGIS2~1.18/apps/qgis/./python/plugins\BulkVectorExport\bulkvectorexport.py", line 101, in run
print 'Filename: ' + layer_filename
IOError: [Errno 9] Bad file descriptor
I've tested Eastern European characters on Linux using UTF-8. Unfortunatelly I can't test with Hebrew characters on Windows. The only easy fix on Windows to rename your files :(
I have some file names and fields in KMLs which are in Hebrew.
The plugin crashes, leaving this message:
2017-06-22T16:10:38 1 Traceback (most recent call last): File "C:/PROGRA~1/QGIS2~1.18/apps/qgis/./python/plugins\BulkVectorExport\bulkvectorexport.py", line 101, in run print 'Filename: ' + layer_filename IOError: [Errno 9] Bad file descriptor
Is there an easy fix?