Using Python for a demonstration in historical linguistics

Steven D'Aprano steve at REMOVE-THIS-cybersource.com.au
Sat Nov 6 06:33:28 EDT 2010


On Sat, 06 Nov 2010 11:09:34 +0100, Peter Otten wrote:

> If you are using nonascii characters like θ you should use unicode
> instead of str. Basically this means writing string constants as u"..."
> instead of "..." 


Or using Python 3.1 instead of 2.x.


-- 
Steven



More information about the Python-list mailing list