The CreateTable method in the FileGDB API does not work well with foreign language names.
上次发布: September 15, 2016ArcGIS for Desktop
漏洞 ID 编号
NIM075060
已提交
November 8, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
Other
编程语言
C++
操作系统
Windows OS
操作系统版本
2008 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The CreateTable method is working correctly, as long as the XML provided by the user has been properly formatted using an XML editor. The XML is required to be in UTF-8. If international characters are used for table or field names, they must be formatted in the XML as UTF-8 characters. One way to do this is to use the Visual Studio XML editor to create the XML. Use a tool such as "Character Map" to select the desired international characters, and copy/paste them into the XML document.