U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » UTF8 chars problems from from Linux to Windows
Re: UTF8 chars problems from from Linux to Windows [message #25836 is a reply to message #25819] Sun, 14 March 2010 22:35 Go to previous messageGo to previous message
Zbych is currently offline  Zbych
Messages: 332
Registered: July 2009
Senior Member
mdelfede wrote on Sat, 13 March 2010 22:53


The solution was :

lang = GetSystemLNG();
String langStr = LNGAsText(lang).Left(5);
lang = LNGFromText(langStr);
SetLanguage(lang);




Hi,

I use something like this:

SetLanguage( SetLNGCharset( GetSystemLNG(), CHARSET_UTF8 ) );
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Updated romanian translation
Next Topic: Updated spanish translation
Goto Forum:
  


Current Time: Wed Jun 24 04:27:14 GMT+2 2026

Total time taken to generate the page: 0.00518 seconds