From: Vadim Zeitlin Date: Sat, 28 Nov 2009 03:37:36 +0000 (+0000) Subject: No changes, just remove unnecessary UTF-8 bytes. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aeef0d188cf0356c9c970788af0b7c462e78a694 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 --- diff --git a/interface/wx/unichar.h b/interface/wx/unichar.h index 4866c1c11d..41994dfde3 100644 --- a/interface/wx/unichar.h +++ b/interface/wx/unichar.h @@ -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);