Revert "Catch non-utf8 and convert it to utf8 inside create_submit_request() to prevent"
authorSascha Peilicke <saschpe@suse.de>
Fri, 4 Mar 2011 07:59:05 +0000 (08:59 +0100)
committerSascha Peilicke <saschpe@suse.de>
Fri, 4 Mar 2011 07:59:05 +0000 (08:59 +0100)
commit95bc493b19df4b2afbed502b9907af7dbef15086
treeaf6c9452f7cea836e0f435bc0e6a8c9c4f01862c
parent518229067c9815e4f671469295266d4fd6cbf6c4
Revert "Catch non-utf8 and convert it to utf8 inside create_submit_request() to prevent"

This reverts commit 518229067c9815e4f671469295266d4fd6cbf6c4.
Doesn't solve your issue:

    >>> unicode("!ยง").encode("utf8")
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1: ordinal not in range(128)

Fix pending...
osc/core.py