When a shapefile created with the Shift-JIS encoding is consumed with iOS Runtime, field names and attribute values containing Japanese characters are null.
上次发布: May 23, 2018ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000110602
已提交
January 5, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
100.2.0
操作系统
Apple iOS
操作系统版本
11.0x
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The shapefile is using the JIS character set with Microsoft's 932 codepage extension to the Shift_JIS encoding. While Mac does have a Shift_JIS encoding, they created a separate extension from what Microsoft created, and the two are not interchangeable.
The data needs to be exported in UTF-8 using ArcGIS 10.2.1 or greater so that it can be used cross-platform.