(→Translate a Text File from EBCDIC to ASCII) |
(→Translating Files) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 32: | Line 32: | ||
<div class="callout note">We, vEdit, specializes in EBCDIC conversion software and services for converting EBCDIC files containing packed fields and complex record layouts. [https://www.vedit.com/contact-us.html|Please contact us for details].</div> | <div class="callout note">We, vEdit, specializes in EBCDIC conversion software and services for converting EBCDIC files containing packed fields and complex record layouts. [https://www.vedit.com/contact-us.html|Please contact us for details].</div> | ||
| + | |||
| + | ==Translating Files== | ||
| + | *[[Translate_ASCII_Unicode|Translate between ASCII and Unicode]] | ||
| + | *[[Translate_ANSI_OEM-PC|Translate between ANSI and OEM-PC]] | ||
| + | *[[Create_Custom_Translation_Tables|Create Custom Translation Tables]] | ||
| + | *[[Loading_Translate_Tables|Loading other Translate Tables]] | ||
Translate an EBCDIC text file downloaded from an IBM mainframe into ASCII for use on a PC using vEdit.
The EBCDIC translate table ebcdic.tbl is built into vEdit and does not need to be loaded. However, for custom needs you can modify the ebcdic.tbl file and then load the revised EBCDIC table into vEdit.
If the original EBCDIC file consisted of fixed-length records without end-of-record characters, you may want to add an ASCII “newline” (Carriage-Return and Line-Feed) to the end of each record so that Windows/DOS programs can more easily read it.
Instead of translating an EBCDIC file, you can also display the file in ASCII by pressing Alt-D eight times to toggle to the “EBCDIC” display mode, as indicated on the status line. In this EBCDIC mode, the same translation table is used, but only for display purposes; the EBCDIC file itself is not changed.
Similarly, an ASCII file can be translated to EBCDIC with Edit > Translate > Translate to EBCDIC