I believe you need to use the Unicode character code "\u00E9" in place of "é", ie:
['Bi\u00E9', 30, 31] On Thursday, June 21, 2012 8:43:07 PM UTC-4, Bill wrote: > > I am trying to show all the provinces in Angola. However, it seems there > is an issue with province names that have special characters in it. For > example Bié > > if I do the following in the google.visualization.arrayToDataTable code: > ['AO-BIE', 30, 31] // works great! > > however if I do: > ['Bié', 30, 31] // Does not work > > Do I have to pass something special in this instance to see just Bié? > AO-BIE is not acceptable for the client. > -- 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/-/z-UD1egM3gwJ. 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.
