]> git.saurik.com Git - wxWidgets.git/commitdiff
No changes, just remove unnecessary UTF-8 bytes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Nov 2009 03:37:36 +0000 (03:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Nov 2009 03:37:36 +0000 (03:37 +0000)
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

interface/wx/unichar.h

index 4866c1c11de1fd2a8f24be4ddcee7043062e9b5b..41994dfde31202dd6feb7298a086a8bec4058da8 100644 (file)
@@ -33,7 +33,7 @@ public:
     //@{
     /**
         Create a character from the 8-bit character value @a c using the
     //@{
     /**
         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);
     */
     wxUniChar(char c);
     wxUniChar(unsigned char c);