c9ed841e752b39255e68cb03354a06273aba330b
If app_name is unicode decoded, the following code will fail (in pl_PL):
>>> prepare_markup(_("<b>%s</b>, internal error")) % (_("Application"),)
with a nice UnicodeDecodeError due to implicit bytestring decode.
prepare_markup() output is bytestring, _() output is unicode.
Thanks to Enlik for reporting.
Description
No description provided
Languages
Python
98.8%
Shell
0.7%
Makefile
0.4%