Page 2 of 2

Re: File with German Umlaute -> Directory() ?

Posted: Wed Oct 07, 2020 6:00 pm
by AUGE_OHR
hi,
Carlos Britos wrote: Wed Oct 07, 2020 5:19 pm Hi, you dont need to put A or W. these are settled in the headers files, so you can call one function without adding the suffix A/W
which Header Files :?:

i talk about my own HMG_Calldll() which HMG don´t have

Code: Select all

   // set the search
   IF hb_cdpSelect() = "UTF8"
      nRet := DllCall( nDLL,, "Everything_SetSearchW", cMask )
   ELSE
      nRet := DllCall( nDLL,, "Everything_SetSearchA", cMask )
   ENDIF

Re: File with German Umlaute -> Directory() ?

Posted: Fri Oct 09, 2020 12:30 am
by AUGE_OHR
more Problem with Filename from Email Attachment
"Rot-Grün – die letzte Bastion der „Biodeutschen“ - Hamburger Abendblatt.pdf"
you can see "Umlaut" but inside are „ “ -> " "
i wonder how Explorer can show Quotes in a Filename but you can´t load it with xBase

so i also need

Code: Select all

   IF AT(CHR(34),cName) > 0
      cName := STRTRAN(cName,CHR(34),CHR(39))
   ENDIF

Re: File with German Umlaute -> Directory() ?

Posted: Fri Oct 09, 2020 7:40 am
by serge_girard
Directories with non-ASCII is .... asking for troubles?

Serge

Re: File with German Umlaute -> Directory() ?

Posted: Fri Oct 09, 2020 5:27 pm
by AUGE_OHR
hi,
serge_girard wrote: Fri Oct 09, 2020 7:40 am Directories with non-ASCII is .... asking for troubles?
it is APPLE and iOS :roll:

Re: File with German Umlaute -> Directory() ?

Posted: Fri Oct 09, 2020 6:06 pm
by serge_girard
APPLE and iOS: more trouble ! :D