File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
com/TestSources/PyCOMTest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ typedef enum // Missing EnumTestAttributes2
2626 uuid(6bcdcb60-5605-11d0-ae5f-cadd4c000000),
2727 version(1.1),
2828 // an extended character in the help string should stress things...
29- helpstring("Python COM Test Harness 1.0 Type Library, � pywin32 contributors")
29+ helpstring("Python COM Test Harness 1.0 Type Library, © pywin32 contributors")
3030]
3131library PyCOMTestLib
3232{
@@ -70,7 +70,7 @@ library PyCOMTestLib
7070 const long LongTest2 = 0x7FFFFFFFL;
7171 const unsigned char UCharTest = 255;
7272 const char CharTest = -1;
73- const LPWSTR StringTest = L"Hello Wo� ld";
73+ const LPWSTR StringTest = L"Hello Wo® ld";
7474 };
7575
7676 enum TestAttributes3{ // Note missing the enum name.
You can’t perform that action at this time.
0 commit comments