Topic: Swedish/Finnish EBCDIC codepage 278 (1 of 3), Read 36 times
Conf: Hex, Binary, EBCDIC
From: Johan Kropp
Date: Thursday, September 22, 2005 02:48 AM

Hi,

How do I change the ebcdic.tbl to support EBCDIC cp00278?

Somehow I can't understand the manual.

Regards
Kroppen

 


Topic: Re: Swedish/Finnish EBCDIC codepage 278 (2 of 3), Read 35 times
Conf: Hex, Binary, EBCDIC
From: Ted Green
Date: Friday, September 23, 2005 04:28 PM

At 02:49 AM 9/22/2005, you wrote:
>How do I change the ebcdic.tbl to support EBCDIC cp00278?

The on-line help topic "Translating Files - Creating Your Own Translation Table"
describes how to modify the ebcdic.tbl file; I would suggest creating a new
file e.g. ebcdic-278.tbl.

Then modify the last line in your ustartup.vdm file

From:

// Translate_Load("ANSI.TBL") // Load the desired translation table.

To:

Translate_Load("ebcdic-278.tbl") // Load the desired translation table.

Ted.

 


Topic: Re: Swedish/Finnish EBCDIC codepage 278 (3 of 3), Read 35 times
Conf: Hex, Binary, EBCDIC
From: Christian Ziemski
Date: Wednesday, September 28, 2005 04:06 PM

On Thu, 22 Sep 2005 02:48:00 -0400, Johan Kropp wrote:

>How do I change the ebcdic.tbl to support EBCDIC cp00278?
>
>Somehow I can't understand the manual.

Perhaps the supplied macro TBL-DUMP.VDM may help.

It creates a view on an existing .tbl file that is more readable (and
hopefully better understandable) than the raw format.

Anyway: The editing itself has to be done with the original file, like
described in the online help.


Christian