I have an attribute in MXML which looks like this: suffix="\u00B0”
This used to correctly set the “suffix” property to the specified unicode value. Currently it seems like it’s parsed as a \\u00B0 literal string. I’m not sure when this changed.
I have an attribute in MXML which looks like this: suffix="\u00B0”
This used to correctly set the “suffix” property to the specified unicode value. Currently it seems like it’s parsed as a \\u00B0 literal string. I’m not sure when this changed.