ArcGIS Server 9.2 cannot display Korean characters correctly when accessing data from ArcSDE 9.1.
上次发布: August 25, 2014ArcGIS Server (Java)
漏洞 ID 编号
NIM035153
已提交
May 12, 2008
上次修改时间
April 2, 2025
适用范围
ArcGIS Server (Java)
找到的版本
9.2
编程语言
Java
操作系统
Oracle Solaris
操作系统版本
10
修正版本
10.0
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
From Cherry 3/27/9 - Puting the following environment variables to /arcgis/bin/arcsoc.init file seems having fixed the problem.. NLS_LANG=KOREAN_KOREA.KO16MSWIN949;export NLS_LANGLC_ALL=ko;export LC_ALLLANG=ko;export LANGko is from locale variable on the OS. use the command "locale -a | grep ko".Here's what I have in the arcsoc.init file - sekai% more arcsoc.init#!/bin/sh......NLS_LANG=KOREAN_KOREA.KO16MSWIN949;export NLS_LANGLC_ALL=ko;export LC_ALLLANG=ko;export LANGexec $*I've tested withkoko_KR.EUCko_KR.UTF-8ko.UTF-8All of them work. two screenshot from after putting the variables in are attached.91SDE-92desktop-92ServerSls-92arccatalog.jpg91SDE-92desktop-92ServerSls-webapp.jpg*******************************************************Upgrade to ArcSDE 9.2 or use shapefile data.