web application input & display chinese characters
摘要:
The backend database is sql server 2000.1) in web.config, set encoding to utf-82) in sql server, set field type to nchar, nvarchar or ntext3) in the application data access layer, if using stored proc... 阅读全文
posted @ 2006-04-19 13:46 jun 阅读(482) 评论(0) 推荐(0) 编辑