Fabio Erculiani 763ece862e [Rigo] RigoServiceController: convert app_name=_("Application") to rawstring
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.
2012-09-02 21:00:26 +02:00
2012-09-02 17:21:40 +02:00
2012-09-02 17:21:41 +02:00
2012-09-02 17:21:40 +02:00
2012-09-02 17:21:40 +02:00
2011-10-20 19:52:49 +02:00
2012-07-27 16:34:27 +02:00
Description
No description provided
136 MiB
Languages
Python 98.8%
Shell 0.7%
Makefile 0.4%