You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with export shp + dbf with non-ascii symbols.
The exception is;
Runtime error (EncoderFallbackException): 'ascii' codec can't decode byte 0 in position 0: ordinal not in range
Traceback:
line 1031, in record, "...\shapefile\shapefile.py"
line 203, in write_shapefile, "<string>"
line 234, in write_many, "<string>"
line 248, in script
line 1074, in _Writer__dbfRecord, "...\shapefile\shapefile.py"
There is a problem with export shp + dbf with non-ascii symbols.
The exception is;
Linked discussions:
http://www.grasshopper3d.com/forum/topics/python-default-encoding-how-to-set-utf-8
https://discourse.mcneel.com/t/grasshopper-python-default-encoding-how-to-set-utf-8/4997
In current build all text data converted to ascii in "ignore" mode (all non-ascii symbols being replaced with question tag "?")
The text was updated successfully, but these errors were encountered: