DIRECTORY() does not work with German "Umlaute"

Post Reply
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

DIRECTORY() does not work with German "Umlaute"

Post by Jimmy »

hi,

i have a File called "DSL_Verfügbarkeit2.JPG"
when use this Code the Result is wrong while "Umlaut ü" is missing :shock:

Code: Select all | Expand

#include "FiveWin.ch"
FUNCTION MAIN()
LOCAL oWnd
LOCAL aDir := DIRECTORY( "DSL*.*" )
LOCAL cFile

   msginfo(hb_valToExp(aDir))
   cFile := aDir[1][1]
   msginfo(cFile)
 

so how to use DIRECTORY() with German "Umlaut" :?:
greeting,
Jimmy
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

Re: DIRECTORY() does not work with German "Umlaute"

Post by Jimmy »

hi,

got Answer here
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42330

but still have no a Solution
greeting,
Jimmy
Post Reply