Consultor Eletrônico



Kbase P121924: Does the .Net UTF-16 code page get translated into another code page when using Open Client?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/30/2007
Status: Unverified

GOAL:

Does the .Net UTF-16 code page get translated into another code page when using Open Client?

GOAL:

How does code page conversion work when passing data to/from a .Net client to the AppServer?

FACT(s) (Environment):

OpenEdge 10.x

FIX:

The Open Client itself does no code page translation. When a .Net program passes data to the AppServer via Open Client the conversion happens at the AppServer level. The data is translated into the code page of the AppServer agent (as defined by the -cpinternal startup parameter) and any errors during the conversion cause an error to be passed up the chain which would eventually cause an exception in the .Net client.