German text question

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

German text question

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
IBTC
Posts: 103
Joined: Sat Oct 18, 2008 8:13 pm
Location: Stuttgart, Germany
Contact:

Re: German text question

Post by IBTC »

Hi Antonio,
Antonio Linares wrote: Any hints ? :-)
Try this:

Code: Select all

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: German text question

Post by Antonio Linares »

Ruediger,

Many thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply