Has anyone a solution to the following problem:
When I want to display a string in a StringElement that contains a german Umlaut like: ä,ü or ö or an ß it is shown as a white questionmark in a black-filled rectangle.
Any suggestions how to solve this are highly appreciated!
Has anyone a solution to the following problem: When I want to display a
Share
Found a solution to this. However regarding it as a hack! If I pull my strings from the
localizable.stringsfile in my project’sde.lprojfolder there is no problem with showing umlaut characters, so I am converting umlauts in strings contain one to ae or oe and then I am getting the correct character from thelocalizable.stringsfile via an extension method. As written above I am considering this solution as a hack and if there are better ones I would be very happy to learn about them…