Progress
Internationalization Guide


Table Dump (.d) Files and Other External Text Files

If you know which 8-bit characters your data contains and can locate them in the table dump (.d) file, examine the numeric values of the data bytes in the file. You can do this with any hexadecimal dump program provided by your operating system or with a Progress program that has the following syntax:

SYNTAX
INPUT FROM filename NO-MAP.
REPEAT:
  READKEY.
  DISPLAY LASTKEY.
END. 

filename

The name of your file.

NOTE: Start Progress with -cpinternal set to undefined.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095