As far as I know this is a JavaScript issue and has nothing to do with Google Charts. When specifying Unicode characters in JavaScript, you can only use UTF-16 encoding (see http://javascript.about.com/library/blunicode.htm).
On Mon, Jun 11, 2012 at 6:36 PM, Vincent Bruneau < [email protected]> wrote: > Hello, > > I'm trying to use special characters in my chart axis name. > I started by character encoding in iso-8859-1 as "sup\xe9rieur" and it > works in html (I obtain "é"). > Nevertheless I need to use utf-8 now and when a try "sup\xc3\xarieur" it > doesn't work (weird char are printed). > I had change my browser to it use utf-8 but no way. > > Does GoogleChart support UTF-8 ? Or has it any option in order to > configure that ? > > Thank. > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-visualization-api/-/srSUhYBEFtUJ. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
