Japanese characters are dropped from attributes when running the Feature to Raster tool unless the output raster is saved to a file geodatabase.
上次发布: February 7, 2019ArcGIS Pro
漏洞 ID 编号
BUG-000108252
已提交
September 22, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Pro
找到的版本
2.0.1
操作系统
Windows OS
操作系统版本
7.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
BUG-000108252For tif and img rasters, PRO uses dbf to store tables and dbf has a length limit (10) on field names. This field has a byte length of 12, hence the truncation.The INFO tables are not expected to support wide chars but "may" support it if you operate after setting your OS to the appropriate code-page.FGDB works because it has no limit on field name lengths.