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++ Core » SetLanguage + Rus
Re: SetLanguage + Rus [message #40823 is a reply to message #40790] Sat, 21 September 2013 18:52 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
The most likely cause is that GetSystemLNG returns current 8-bit character encoding of host OS, while text you have written in theide is, by default, UTF-8.

Try

SetLanguage(SetLNGCharset(GetSystemLNG(), CHARSET_UTF8));


Mirek
 
Read Message
Read Message
Read Message icon14.gif
Read Message
Read Message
Previous Topic: Algo.h rev6429 small bug
Next Topic: CParser small bug in ReadInt64(int64 min, int64 max)
Goto Forum:
  


Current Time: Wed May 15 10:28:14 CEST 2024

Total time taken to generate the page: 0.02192 seconds