漏洞 ID 编号 |
BUG-000121012 |
已提交 | March 19, 2019 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcGIS for Desktop |
找到的版本 | 10.5.1 |
状态 | Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
The value in the language tag in the DBF header is set to 87 (hex 0x57). This is read as 1252 en/us machine which means that the text use the locale code page on the machine.
The text is the DBF file is in UTF-8. There is no way this will be read correctly. The language tag must be set to 0. This results as text being interpreted as UTF-8.
解决办法
Export out a new copy of the shapefile with UTF-8 encoding.
重现步骤