A FWH user needs to display "frühere" from a ascii file into Windows. We have tried OemToAnsi() and AnsiToOem() without success. Also tried with hb_strtoutf8() and hb_utf8tostr(),
Any hints ?

Thanks
Try this:Antonio Linares wrote: Any hints ?![]()
Code: Select all
HB_OEMTOANSI(hb_utf8tostr(...))