fix a bug that msgbox uses local codepage
This commit is contained in:
@@ -61,6 +61,12 @@ namespace nana
|
||||
/// Writes a string to the buffer.
|
||||
msgbox & operator<<(const wchar_t*);
|
||||
|
||||
/// Writes a UTF-8 string to the buffer.
|
||||
msgbox & operator<<(const std::string&);
|
||||
|
||||
/// Writes a UTF-8 string to the buffer.
|
||||
msgbox & operator<<(const char*);
|
||||
|
||||
/// Writes a string to the buffer.
|
||||
msgbox & operator<<(const nana::charset&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user