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
26
26
uuid(6bcdcb60-5605-11d0-ae5f-cadd4c000000),
27
27
version(1.1),
28
28
// 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")
30
30
]
31
31
library PyCOMTestLib
32
32
{
@@ -70,7 +70,7 @@ library PyCOMTestLib
70
70
const long LongTest2 = 0x7FFFFFFFL;
71
71
const unsigned char UCharTest = 255;
72
72
const char CharTest = -1;
73
- const LPWSTR StringTest = L"Hello Wo� ld";
73
+ const LPWSTR StringTest = L"Hello Wo® ld";
74
74
};
75
75
76
76
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):
308
308
TestConstant ("LongTest2" , 0x7FFFFFFF )
309
309
TestConstant ("UCharTest" , 255 )
310
310
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 " )
313
313
314
314
progress ("Checking dates and times" )
315
315
# For now *all* times passed must be tz-aware.
You can’t perform that action at this time.
0 commit comments