jonas-p / go-shp

Go library for reading and writing ESRI Shapefiles. Pure Golang implementation based on the ESRI Shapefile technical description.
MIT License
255 stars 67 forks source link

Attribute values lack full UTF-8 support #34

Closed jeffreydking closed 5 years ago

jeffreydking commented 5 years ago

For example, if an attribute value is "Galápagos Province", ReadAttribute returns "Gal\303\241pagos Province".

jeffreydking commented 5 years ago

It appears this package handles text encoding as expected. I was running into an issue with gRPC's processing the response. See https://github.com/grpc/grpc-go/issues/84