Help with windows clipboard and accented characters

Terry Reedy tjreedy at udel.edu
Thu Jul 15 23:45:45 EDT 2004


"Stephen Boulet" <stephendotboulet at motorola_._com> wrote in message
news:cd6a8j$hda$1 at newshost.mot.com...
>This little script used to work but now does not:

>s = 'André'

If you have non-ascii chars in string literals in 2.3+, I believe you need
the coding comment at the top of the file.  The 2.3 what's new should say
something.

tjr








More information about the Python-list mailing list