Kbase P106294: OS-DIR reporting wrong file name if umlauts are used.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/15/2005 |
|
Status: Unverified
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
OpenEdge 10.x
SYMPTOM(s):
OS-DIR reporting wrong file name if umlauts are used.
input stream lesen from os-dir("c:\muster").
-cpinternal UTF-8
-cpstream 1252
Filename: dateiöäü.doc
CAUSE:
wrong -cpstream parameter used
FIX:
Use -cpstream UTF-8 as startup parameter with the following corrected code :
input stream lesen from os-dir("c:\muster") convert target "UTF-8" source "ISO8859-1".