Catch non-utf8 and convert it to utf8 inside create_submit_request() to prevent
authorJuergen Weigert <jw@suse.de>
Thu, 3 Mar 2011 17:27:12 +0000 (18:27 +0100)
committerJuergen Weigert <jw@suse.de>
Thu, 3 Mar 2011 17:27:12 +0000 (18:27 +0100)
commit518229067c9815e4f671469295266d4fd6cbf6c4
tree088d75918e8ec8d466d58f092bb2d00b88515666
parentb618d16f62d45128e140dbadaeff246d010dca2f
Catch non-utf8 and convert it to utf8 inside create_submit_request() to prevent
osc submit -m 'latin-1 chars' from exploding.
Not sure why 'osc commit' or 'osc vc' work with latin-1 chars in their messages.
osc/core.py