摘要:
最近工作需要,要完成一个基于Lotus Domino的网站。由于涉及混合语种问题,网站编码基调定为UTF-8,而且其中有部分需要用LotusScprit代理直接接收HTML Form里Submit过来的数据。以前遇到这个问题都是想办法绕开的,那时候没时间,为了赶进度,只能这样。这次项目时间较富裕,我决定吭一下,看看牙口尚好否。目标:Decode UTF-8 form data in LotusSc... 阅读全文
posted @ 2010-11-02 21:49
hannover
阅读(1143)
评论(0)
推荐(0)
摘要:
Field nameReturnsAuth_TypeIf the server supports user authentication and the script is protected, this is the protocol-specific authentication method used to validate the user.Content_LengthThe length... 阅读全文
posted @ 2010-11-02 19:58
hannover
阅读(292)
评论(0)
推荐(0)
摘要:
1.将jsp页面编码改为:<%@ page language="java" import="java.util.*" pageEncoding="GBK"%>2.ext的ext-base.js文件中defaultPostHeader:"application/x-www-form-urlencoded; charset=UTF-8"改为defaultPostHeader:"applic... 阅读全文
posted @ 2010-11-02 00:15
hannover
阅读(445)
评论(0)
推荐(0)