FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour DIRECTORY() does not work with German "Umlaute"
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
DIRECTORY() does not work with German "Umlaute"
Posted: Fri Oct 21, 2022 09:51 PM
hi,

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

Code (fw): Select all Collapse
#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
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
Re: DIRECTORY() does not work with German "Umlaute"
Posted: Sat Oct 22, 2022 12:11 AM
hi,

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

but still have no a Solution
greeting,

Jimmy

Continue the discussion