EBCDIC码和ASCII码相互转换(VBA).docVIP

  • 265
  • 0
  • 约7.29千字
  • 约 5页
  • 2017-06-13 发布于湖北
  • 举报
A text file of data from a mainframe computer may be encoded in the EBCDIC character system. This is not directly usable by VBA, which uses the ASCII character encoding system when reading and writing text files. This article provides a function to translate between two character encoding schemes and some helper functions to build the translation table. 可能对文本文件的大型机中的数据进行编码,EBCDIC 字符系统中。这不是直接由 VBA,使用 ASCII 字符编码系统读取和写入文本文件时可用。 本文提供了两个的字符编码方案和一些 helper 函数,生成翻译表之间进行转换的函数。 Notes Regarding Character Sets VBA supports UNICODE, which is a superset of ASCII. Only characters that fall into the ASCII

文档评论(0)

1亿VIP精品文档

相关文档