From: Mark H. <mha...@us...> - 2008-07-01 00:07:51
|
Update of /cvsroot/pywin32/pywin32/com/TestSources/PyCOMTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22257 Modified Files: PyCOMTest.idl Log Message: Add some extended characters to a few strings to stress makepy and unicode Index: PyCOMTest.idl =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/TestSources/PyCOMTest/PyCOMTest.idl,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** PyCOMTest.idl 24 May 2008 02:55:34 -0000 1.18 --- PyCOMTest.idl 1 Jul 2008 00:07:58 -0000 1.19 *************** *** 26,30 **** uuid(6bcdcb60-5605-11d0-ae5f-cadd4c000000), version(1.1), ! helpstring("Python COM Test Harness 1.0 Type Library") ] library PyCOMTestLib --- 26,31 ---- uuid(6bcdcb60-5605-11d0-ae5f-cadd4c000000), version(1.1), ! // an extended character in the help string should stress things... ! helpstring("Python COM Test Harness 1.0 Type Library, © pywin32 contributors") ] library PyCOMTestLib *************** *** 70,74 **** const unsigned char UCharTest = 255; const char CharTest = -1; ! const LPWSTR StringTest = L"Hello Loraine"; }; --- 71,75 ---- const unsigned char UCharTest = 255; const char CharTest = -1; ! const LPWSTR StringTest = L"Hello Lo®aine"; }; |