Page 1 of 1

German text question

PostPosted: Tue Apr 19, 2011 7:41 pm
by Antonio Linares
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

Re: German text question

PostPosted: Wed Apr 20, 2011 8:44 am
by IBTC
Hi Antonio,

Antonio Linares wrote:Any hints ? :-)


Try this:

Code: Select all  Expand view
HB_OEMTOANSI(hb_utf8tostr(...))

Re: German text question

PostPosted: Wed Apr 20, 2011 7:50 pm
by Antonio Linares
Ruediger,

Many thanks! :-)