运维网's Archiver
论坛
›
Tomcat
› centos6.3 tomcat上传文件名乱码
tedwhy
发表于 2018-12-3 13:13:45
centos6.3 tomcat上传文件名乱码
[*] 问题
如题,上传文件名问号
2. 定位
$locale
LANG=en_US
LC_CTYPE=zh_CN.UTF-8
3. 修复
所有用户生效,/etc/profile.d中加入setlang.sh:
export LC_CTYPE=zh_CN.UTF-8
特定用户生效,~/.bash_profile中加入
export LC_CTYPE=zh_CN.UTF-8
页:
[1]
查看完整版本:
centos6.3 tomcat上传文件名乱码