Dear friends,
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
Dear friends,
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
Antonio Linares wrote:
Any hints ?
HB_OEMTOANSI(hb_utf8tostr(...))Ruediger,
Many thanks! ![]()