No changes, just remove unnecessary UTF-8 bytes.
The patch of #11187 (applied in r61884) unnecessarily used +U2019 which can't be converted to latin1, remove it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
//@{
|
||||
/**
|
||||
Create a character from the 8-bit character value @a c using the
|
||||
current locale’s encoding.
|
||||
current locale encoding.
|
||||
*/
|
||||
wxUniChar(char c);
|
||||
wxUniChar(unsigned char c);
|
||||
|
Reference in New Issue
Block a user