scoursen / python-calais

Automatically exported from code.google.com/p/python-calais
0 stars 0 forks source link

Unicode support #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. submit a text containing some unicode character

urllib.urlencode does not support it so you need to encode content.

What is the expected output? 
python-calais should be able to send to open calais none ascii character.

Please provide any additional information below.
I have created a branch of the project and implemented this. You can see a
patch of there :
http://bazaar.launchpad.net/~yml/python-calais/with_setup/revision/18
or if you prefer you can CO the code.

Original issue reported on code.google.com by yann.ma...@gmail.com on 26 Feb 2009 at 6:56

GoogleCodeExporter commented 9 years ago
Applied.  Thank you very much for your contribution!  

Original comment by s3x...@gmail.com on 1 Mar 2009 at 5:59