Kbase P98786: OS-CREATE-DIR creates directory with an incorrect name when name contains special characters
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/6/2005 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0B
SYMPTOM(s):
Desired name for directory contains special characters, such as ä, ö, ü
Progress session started with parameters:
-cpinternal UTF-8
-cpstream 1252
Special characters are translated when directory is created. For example, ä is translated to ä
CAUSE:
The directory name has been translated to the UTF-8 codepage from the 1252 codepage
FIX:
Use CODEPAGE-CONVERT to convert the directory name to the codepage used in -cpstream
OS-CREATE-DIR VALUE(CODEPAGE-CONVERT("C:\mäp", "1252").