File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.
Original file line number Diff line number Diff line change @@ -308,8 +308,8 @@ def TestCommon(o, is_generated):
308308 TestConstant ("LongTest2" , 0x7FFFFFFF )
309309 TestConstant ("UCharTest" , 255 )
310310 TestConstant ("CharTest" , - 1 )
311- # 'Hello World', but the 'r' is the "Registered" sign (\xae)
312- TestConstant ("StringTest" , "Hello Wo\xae ld " )
311+ # 'Hello World', but the 'r' is the "Registered" sign ®
312+ TestConstant ("StringTest" , "Hello Wo®ld " )
313313
314314 progress ("Checking dates and times" )
315315 # For now *all* times passed must be tz-aware.
You can’t perform that action at this time.
0 commit comments