Re: Starting project EuphoriaVista Interpreter
- Posted by SDPringle Jan 06, 2009
- 1222 views
We could retrofit win32lib. It seems you are doing so Mr. Marsh.
It is relatively easy to make win32lib use DEP but it is significant work to make it use all Unicode strings.
Suppose we define a unicode string like this a sequence of 16-bit or 18-bit(!) atoms with the first element in the sequence, s[1], being equal to a byte-order-mark value. Now, this byte-order value is a legal part of unicode and though we now live in an all little endian world it can be used as an encoding marker:this sequence is UNICODE. Now to all of those who say ASCII is part of UNICODE, remember some use 8-bit characters ala ANSI.
Shawn Pringle