Hello guys,
How can I use response.write("") to response Chinese character??
The code:
Response response = request.getResponse();
response.write(response.getCharacterEncoding() + "怎么回事呢?为什么不写中文呢?");firebug output-->UTF-8???????????????
Hello guys,
How can I use response.write("") to response Chinese character??
The code:
Response response = request.getResponse();
response.write(response.getCharacterEncoding() + "怎么回事呢?为什么不写中文呢?");firebug output-->UTF-8???????????????