Re: Using Special Characters In GeoChart

88 views
Skip to first unread message

asgallant

unread,
Jun 22, 2012, 10:00:28 AM6/22/12
to google-visua...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages