Page 1 of 1

DIRECTORY() does not work with German "Umlaute"

Posted: Fri Oct 21, 2022 9:51 pm
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" :?:

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

Posted: Sat Oct 22, 2022 12:11 am
by Jimmy
hi,

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

but still have no a Solution