Unicode problem... arises with py2exe

Steven Taschuk staschuk at telusplanet.net
Thu Feb 13 13:50:19 EST 2003


Quoth Martyn Quick:
  [...]
> As a further question - I feel all at sea with unicode strings... I've
> read "Learning Python" but there is no mention of such things in there.

The Python Tutorial has a brief but good introduction in section
3.1.3; you might want to read 3.1.2 (which discusses normal
strings) first, for context.

You might also find
	<http://www.unicode.org/standard/WhatIsUnicode.html>
	<http://www.unicode.org/standard/where/>
useful for some conceptual background.

If these don't alleviate your at-sea-ness, I for one would be
happy to help answer further questions.

-- 
Steven Taschuk           | "The world will end if you get this wrong."
staschuk at telusplanet.net | (Brian Kernighan and Lorrinda Cherry,
                         |  "Typesetting Mathematics -- User's Guide")





More information about the Python-list mailing list