Re: How do I get unicode support in python?

2008-02-09 Thread Eric Mesa
Message: 12 Date: Fri, 8 Feb 2008 16:06:50 +0100 From: Heiko Wundram (Beenic) [EMAIL PROTECTED] Subject: Re: How do I get unicode support in python? 0: ordinal not in range(128) print u\xfa.encode(latin-1) รบ HTH! -- Heiko Wundram Product Application Development

Re: How do I get unicode support in python?

2008-02-08 Thread Heiko Wundram (Beenic)
Am Freitag, 8. Februar 2008 15:26:48 schrieb Eric Mesa: I'm running a web server with FreeBSD 6.1-RELEASE and python 2.4.3. I'm unable to print any characters outside of ascii. I have tried this code on my Linux computer, which has python 2.5.x and it works - so the code is solid. What do

How do I get unicode support in python?

2008-02-08 Thread Eric Mesa
I'm running a web server with FreeBSD 6.1-RELEASE and python 2.4.3. I'm unable to print any characters outside of ascii. I have tried this code on my Linux computer, which has python 2.5.x and it works - so the code is solid. What do I need to do to get python on the web server to have unicode