问题描述:dsx can only be imported when the client code page is 936-it it currently 1252
解决办法:
修改方法:
用记事本打开dsx文件,将第二行的CharacterSet修改为对应的长度。
Change line 2 as below.
CharacterSet "CP936" -> CharacterSet "CP1252"
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/15720542/viewspace-768760/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/15720542/viewspace-768760/
本文指导如何修改DSX文件内的CharacterSet设置,从CP1252更改为CP936,以解决编码不匹配导致的问题。
3873

被折叠的 条评论
为什么被折叠?



