可以使用这个工具人工转换少量数据: <a href="http://computer00.21ic.org/user1/2198/archives/2007/42769.html" target=_blank>http://computer00.21ic.org/user1/2198/archives/2007/42769.html</a><br /><br />而在这个程序中,有个二级字库的表格,大量数据可以使用该表格在程序中查找:<br /><a href="http://blog.21ic.com/user1/2198/archives/2006/9830.html" target=_blank>http://blog.21ic.com/user1/2198/archives/2006/9830.html</a><br />这个表是unicode转GB的,你可以倒过来用。<br /><br /><br />如果你仅仅是英文字母的ASCII码,那么简单,不用查表,直接将高字节设置为0,扩展为16位即可。
|