如何將 ASCII 和 EBCDIC 字元代碼之間轉換
這份文件包含 ASCII 的討論 EBCDIC 轉換問題、 轉譯表格和程式碼來從 ASCII 轉譯成 EBCDIC,反之亦然。 ... Function Translate(ByVal InText As String, xlatTable As String) As String ' ' Uses a translation table to map InText from one character set to another....