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 » FileSelector charset problem
FileSelector charset problem [message #6095] Mon, 30 October 2006 13:16 Go to next message
zsolt is currently offline  zsolt
Messages: 693
Registered: December 2005
Location: Budapest, Hungary
Contributor
In Win32.cpp I changed
FileSelector& FileSelector::AllFilesType() {
	return Type(ToSystemCharset(t_("All files")), "*.*");
}

to
FileSelector& FileSelector::AllFilesType() {
	return Type(t_("All files"), "*.*");
}

as Type() method convers charset (converting twice causes problems)
Re: FileSelector charset problem [message #6096 is a reply to message #6095] Mon, 30 October 2006 13:36 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks.

Mirek
Previous Topic: Name of a print job is in bad encoding (Windows)
Next Topic: ¿Translation to spanish?
Goto Forum:
  


Current Time: Thu Mar 28 18:23:51 CET 2024

Total time taken to generate the page: 0.02057 seconds