Kbase P23576: What startup parameters are required when using utf-8 database?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/26/2008 |
|
Status: Verified
GOAL:
What startup parameters are required when using utf-8 database?
FACT(s) (Environment):
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
FIX:
The proper parameters to use with a UTF-8 database are:
1. When starting the Database Server:
proserve db-name -cpinternal utf-8 -cpstream utf-8
2. Starting a client in the native code page (-cpinternal, -cpstream, and other code-page related startup parameters that might be used should also be set to the code page of choice).
prowin32 -cpinternal <code-page-name> -cpstream <code-page-name>