Localizing non-breaking space in Windows 8
- by Lukas_Skywalker
I'm trying to localize a Windows 8 Metro style app as described in a guide on MSDN. This worked very well so far, but now I'm trying to localize a string containing a non-breaking space which appears in a XAML file (originally as hexadecimal xml-escaped string:  ).
Just putting the above string into the Resources.resw file does not work, it appears just as  .
What do I have to do to get a non-breaking space in my localizations?