simplyvikram / google-chartwrapper

Automatically exported from code.google.com/p/google-chartwrapper
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

UnicodeDecodeError when I have UTF-8 characters on column names #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put UTF-8 code in array of lablels
2.
3.

What is the expected output? What do you see instead?
Picture should have the column labels correctly rendered, but instead I get
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in
position 3: ordinal not in range(128)

What version of the product are you using? On what operating system?
GChartWrapper 0.9-py2.4

Please provide any additional information below.
I think this is GChartWrapper.GChart, line 125, in label where is str(...).

HTH,
Cristian.

Original issue reported on code.google.com by cristian...@gmail.com on 29 Apr 2010 at 8:30