FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index All products support German text question
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
German text question
Posted: Tue Apr 19, 2011 07:41 PM

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 103
Joined: Sat Oct 18, 2008 08:13 PM
Re: German text question
Posted: Wed Apr 20, 2011 08:44 AM
Hi Antonio,

Antonio Linares wrote:
Any hints ? :-)


Try this:

Code (fw): Select all Collapse
HB_OEMTOANSI(hb_utf8tostr(...))
Best Regards,

Ruediger Alich



---

HMG 3.1.3 | FTDN/FWH 13.12 | Harbour 3.2 | BCC/MinGW | Windows XP/Vista/7/8/10 (32/64-Bit), Wine (Linux/Mac) - started 1999 with FW, 1989 with Clipper
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: German text question
Posted: Wed Apr 20, 2011 07:50 PM

Ruediger,

Many thanks! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion