C chengqg Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-03 #1 ucs2与汉字的编码解码规则是怎样的? 我的问题主要是在手机的短消息发送中把汉字编码发送以及接收短消息 将其解码,请问怎样解决?有什么算法?
Y YB_unique Unregistered / Unconfirmed GUEST, unregistred user! 2001-12-03 #2 Unicode-UCS2编码 如"A"的ASCII码为0x41, Unicode码就为0x00,0x41。 下面有一些标准的相互转换表! http://www.founderpku.com/fontweb/download/Gbk-big5.tab http://www.founderpku.com/fontweb/download/Gb-big5.tab http://www.founderpku.com/fontweb/gb2312.htm http://www.founderpku.com/fontweb/gbk.htm
Unicode-UCS2编码 如"A"的ASCII码为0x41, Unicode码就为0x00,0x41。 下面有一些标准的相互转换表! http://www.founderpku.com/fontweb/download/Gbk-big5.tab http://www.founderpku.com/fontweb/download/Gb-big5.tab http://www.founderpku.com/fontweb/gb2312.htm http://www.founderpku.com/fontweb/gbk.htm