How do I use UTF-8 in menus and screen forms?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

How do I use UTF-8 in menus and screen forms?

#1 Post by Eugene Lutsenko »

How do I use UTF-8 in menus and screen forms?
How to recode OEM866 to UTF-8?

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: How do I use UTF-8 in menus and screen forms?

#2 Post by Auge_Ohr »

Eugene Lutsenko wrote:How do I use UTF-8 in menus and screen forms?
How to recode OEM866 to UTF-8?
you need to convert UTF8 to ANSI / OEM
convert OEM866 to ANSI and than to UTF8

function you find in ot4xb LIB

Code: Select all

cAnsiToUtf8( cAnsi ) -> cUtf8

cUtf8ToAnsi(cUtf8) -> cAnsi

cOemToUtf8(cOem) -> cutf8

cUtf8ToOem(cUtf8) -> cOem
greetings by OHR
Jimmy

Post Reply