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 » some non-english characters don't display
Re: some non-english characters don't display [message #1441 is a reply to message #1320] Sat, 04 March 2006 00:01 Go to previous messageGo to previous message
dr_jumba is currently offline  dr_jumba
Messages: 24
Registered: February 2006
Location: Ukraine
Promising Member
In

				Status status;
				int len = XmbLookupString(w.xic, &event->xkey, buff, sizeof(buff), &keysym, &status);
				buff[len] = 0;
				if(status == XLookupChars || status == XLookupBoth)
				    chr = FromUtf8(buff, len)[0];



I have changed XmbLookupString to Xutf8LookupString and now I am happy user, who can type in cyrillic symbols!!!!!

Laughing Laughing Laughing
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon9.gif
Read Message
Read Message icon9.gif
Read Message
Read Message
Read Message icon10.gif
Previous Topic: Code that needs to be internationalized
Next Topic: How to display several languages without translation files?
Goto Forum:
  


Current Time: Tue Apr 16 09:27:07 CEST 2024

Total time taken to generate the page: 0.02825 seconds