In the <change> tags, using quotation marks as " or escaped as \" or even as \u0022 does not show the symbol in the dialog, there is no character instead. In Android resources this works (e.g. in strings.xml). Single quotes ' even cause the whole text following to be removed.
Using the actual characters „ “ ” ‚ ‘ ’ works, however.
In the
<change>tags, using quotation marks as"or escaped as\"or even as\u0022does not show the symbol in the dialog, there is no character instead. In Android resources this works (e.g. instrings.xml). Single quotes'even cause the whole text following to be removed.Using the actual characters
„ “ ” ‚ ‘ ’works, however.