Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 325
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: Fri Apr 26 08:09:56 CEST 2024

Total time taken to generate the page: 1.98960 seconds