Good day :)

Im using foreign characters on some labels of Pie Charts, french, german, 
catalan etc characters. And it breaks,
So i read here:
https://developers.google.com/chart/image/docs/gallery/dynamic_icons?csw=1#encoding
"All display text passed to the Chart API must be UTF-8 encoded and then 
URL-encoded"

got it, so then I used in my php:
..... .urlencode  (utf8_encode($value['thedescr'] ............

so I url encode the text, and then it doesn´t break anymore, great, 

However, in the final chart it displays terrible, like 
this:  +energ%C3%83%C2+

showing the utf8 characters replaced by % etc, etc

how can I make it so that the special characters show right in the final 
displayed chart?

thank you so much

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-chart-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-chart-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-chart-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to