所属分类:.NET技术 ASP.NET
-----------------------------------------
我想在一个table里显示一段韩文。可是写进去后报错说,unicode不能被保存,然后就变成了乱码。
如果我写在数据资源里的话,到是可以的,但是那些段落太多了,实在没办法一个一个的去写。
各位有什么好的办法吗?
----------------------------------------------------------------------
自己顶一下
--------------------------------------------------------
i have tested this issue, this issue is in interesting. when we input japanese, this issue also occured.
--------------------------------------------------------
http://www.soft32.com/download_189135.html
please check this module, maybe usefull for you.
--------------------------------------------------------
http://www.microsoft.com/middleeast/msdn/CPDTS.aspx
--------------------------------------------------------
建议网页都采用UTF-8编码,这样就少了乱码的问题,处理起来也轻松
--------------------------------------------------------
建议使用 Global Resource 这样也便于以后的维护。