Consultor Eletrônico



Kbase P73831: What are the startup parameters for UTF-8?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/11/2008
Status: Verified

GOAL:

What are the startup parameters for UTF-8?

GOAL:

What are the startup parameters for Unicode?

FACT(s) (Environment):

OpenEdge 10.0A
All Supported Operating Systems

FIX:

Start an OpenEdge database server, setting the server's code page to UTF-8.

The following command fragment illustrates this:


proserve -cpinternal utf-8 -cpstream ...


Start a client in the native code page (perhaps ISO8859-15). Set -cpinternal, -cpstream, and the other code-page-related startup parameters to this code page.

The following command illustrates this:


prowin32 -cpinternal iso8859-15 -cpstream iso8859-15