Since XAML is an XML file format you could try the XML character escape. So instead of writing &\u2014, you could write — instead.
ferdley
2009-09-02 12:15:07
Since XAML is an XML file format you could try the XML character escape. So instead of writing &\u2014, you could write — instead.