Consultor Eletrônico



Kbase P37908: I18N: What codepage does the Application Compiler expect the
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2003
Status: Unverified

GOAL:

I18N: What codepage does the Application Compiler expect the source-code file to be in?

GOAL:

I18N: What is the codepage of a .p file?

FIX:

When a procedure file is read into the Application Compiler, no "conversion" is taking place.

The .p file is essentially a text file - it has no associated codepage. Characters are stored in hex format and when the .p file is loaded into the Application Compiler, it is read using the codepage specified with -cpstream.

It is assumed that this was also the codepage in which the code was written initially and characters are assigned to the associated hex positions of the cpstream codepage.