Re: it cannot find a User32 function
eryk sun <[email protected]> Thu, 4 May 2017 03:54:44 +0000
| Newsgroups | gmane.comp.python.ctypes |
|---|---|
| Message-ID | <CACL+1asfyr1J8g_gP=JiXN0DGGVuGhXTD36P-ughGqQdB3OYtQ@mail.gmail.com> |
On Thu, May 4, 2017 at 3:36 AM, Michael C <[email protected]> wrote: > how do you set unicode strings? > > unicode_String = ? My example showed that. A unicode string literal is prefixed by u, e.g. u"Spam Wars". In Python 3 this isn't necessary since its str strings are always Unicode. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot