projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2b83fd
)
fixed wide char codeset detection for systems which do support LE/BE variants (broken...
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 26 Sep 2005 01:02:14 +0000
(
01:02
+0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 26 Sep 2005 01:02:14 +0000
(
01:02
+0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35716
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/strconv.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/strconv.cpp
b/src/common/strconv.cpp
index f70bec63901f133774db77245737867b761fa9ac..080b2078a7952ded3c5bbfeb4005d84f6913ec86 100644
(file)
--- a/
src/common/strconv.cpp
+++ b/
src/common/strconv.cpp
@@
-1365,7
+1365,7
@@
wxMBConv_iconv::wxMBConv_iconv(const wxChar *name)
};
#endif // wxUSE_FONTMAP/!wxUSE_FONTMAP
- for ( ; *names; ++names )
+ for ( ; *names
&& ms_wcCharsetName.empty()
; ++names )
{
const wxString nameCS(*names);