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  |
zsolt
Messages: 702 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)
|
|
|
|
Goto Forum:
Current Time: Fri Jun 13 18:54:26 CEST 2025
Total time taken to generate the page: 0.04144 seconds
|