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:
Vadim Zeitlin
2009-11-28 03:37:36 +00:00
parent 5bb596668f
commit aeef0d188c

View File

@@ -33,7 +33,7 @@ public:
//@{
/**
Create a character from the 8-bit character value @a c using the
current locales encoding.
current locale encoding.
*/
wxUniChar(char c);
wxUniChar(unsigned char c);