Consultor Eletrônico



Kbase P124390: Does Progress support the Persian language?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/06/2007
Status: Unverified

GOAL:

Does Progress support the Persian language?

GOAL:

What code page should be used to support the Persian language?

FACT(s) (Environment):

Progress/OpenEdge Versions
Windows
OpenEdge Category: I18N

FIX:

Progress supports the Persian language through the -lng current language parameter. For example:

-lng "Persian"

Support is also provided through the Arabic code page 1256, and also through UTF-8.

As a guideline, the database should use the 1256 or UTF-8 code page.

If the database is using 1256 then the database brokers and clients should use 1256 for both -cpinternal and -cpstream. The collation parameter -cpcoll should be either "Basic" or "Arabic9".

If the database is using UTF-8 then the clients and brokers can use 1256 as described above. Alternatively the database brokers can use UTF-8 for -cpinternal and -cpstream, and with OpenEdge 10 the clients can also use UTF-8. Collation for the UTF-8 clients and brokers should be either "Basic" or "ICU-ar".