Jose, Try this formula: \uXXXX, where XXXX = the hexadecimal Unicode value of the character you want. E.g., \u00E9 tells a browser to display é.
I'm surprised you're having a problem with commas. I have commas throughout my json objects and they come through just fine. jk On Aug 30, 2:04 pm, Jose <[email protected]> wrote: > In my json object I have this: > > "test" : ["A", "B", "C,D"], > > I'm having trouble getting C,D to show up. I've tried using the > numeric entity reference for comma: > > "test" : ["A", "B", "C,D"], > > But then it shows up as C,D. > > So how do I get something like this to work? Can I not use numeric > entity reference? What about if I want do display a character for > which I need a numeric character reference? > > Thank you! > Jose -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" 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/simile-widgets?hl=en.
