Topic: html页面日文传到servlet以后的乱码问题 |
Print this page |
1.html页面日文传到servlet以后的乱码问题 | Copy to clipboard |
Posted by: superme Posted on: 2008-03-14 13:42 请教一个问题,我的网页代码全都是用servlet生成的,生成后的网页代码加入了如下的声明: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 我从IE看到默认的编码也是utf8 我在页面上输入日文,提交以后由传到servlet后调用oracle procedure调用update到数据库里面. 现在的问题是,当页面表单数据提交到servlet以后就变成乱码了,请高手指点一下. 我已经在servlet初始化的时候加入如下的代码: request.setCharacterEncoding("UTF-8"); response.setCharacterEncoding("UTF-8"); response.setContentType("text/html; charset=UTF-8"); 调用的httpservlet方法在post()里面 容器是tomcat5.0 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |