A shapefile attribute table does not save Chinese characters after setting text length.
上次发布: March 11, 2022ArcGIS Pro
漏洞 ID 编号
BUG-000146355
已提交
January 26, 2022
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.8
操作系统
Windows OS
操作系统版本
10.0
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Shapefiles that use code pages and a two-width text field are two bytes. Since ASCII characters are always single-byte, this is not a problem. Chinese characters are multibyte, requiring at least two bytes or more. Two Chinese characters do not fit in a two-width text field in a shapefile. File geodatabases, mobile geodatabase, and GeoPackages use Unicode which does not have this issue. If a standard data format is desired, use GeoPackage. Refer to the following link for more information, https://www.geopackage.org/. ArcGIS Pro supports GeoPackage.