Allow specifying the replacement character in wxString::ToAscii()
Don't hardcode "_" as the replacement character but accept the one specified by the user. Closes https://github.com/wxWidgets/wxWidgets/pull/116
This commit is contained in:
committed by
Vadim Zeitlin
parent
cfd4da8fdb
commit
28bc1bdac0
@@ -75,6 +75,7 @@ All:
|
||||
- Add wxART_FULL_SCREEN standard bitmap (Igor Korot).
|
||||
- Fix wxStringTokenizer copy ctor and assignment operator.
|
||||
- Added wxASSERT_MSG_AT() and wxFAIL_MSG_AT() macros.
|
||||
- Accept replacement character in wxString::ToAscii() (Stefano D. Mtangoo).
|
||||
|
||||
Unix:
|
||||
|
||||
|
Reference in New Issue
Block a user