Closed z954134 closed 4 years ago
What is the error? Please post in English ;) And MapWindow/MapWinGIS does not yet fully support UNICODE.
MapWinGIS does not yet fully support UNICODE?maybe this is the reason
If this is still an issue with the latest release (https://github.com/MapWindow/MapWindow5/releases) could you create a new issue? For now, I close this old issue.
when i link postgis,chinese show error pgconnstr = "PG:host=localhost dbname=x user=postgres password=xxx"; string sqlOrLayerName = "SELECT * x"; int handle = map.AddLayerFromDatabase(pgconnstr, sqlOrLayerName, true); How can I solve it?