Open ttomasz opened 5 months ago
Using that encoding in open options works with ogrinfo.
I suspect the GDAL build of duckdb_spatial isn't built against libiconv
Using that encoding in open options works with ogrinfo.
I suspect the GDAL build of duckdb_spatial isn't built against libiconv
Thanks for having a look at this! But yes, it's not built against libiconv. IIRC it was somewhat difficult to build it statically cross platform but we could have another attempt at doing so in the future, ideally after we rework the current build setup, although I don't have a timeline for that.
Example files:
SQL example:
Result:
Using that encoding in open options works with ogrinfo.