--- /usr/share/system-config-printer/PhysicalDevice.py~ 2009-10-15 23:00:01.000000000 +0200 +++ /usr/share/system-config-printer/PhysicalDevice.py 2009-10-19 16:10:49.000000000 +0200 @@ -60,6 +60,7 @@ hostport = hostport[:p] if hostport == '': return None + hostport = hostport.encode('utf-8') hostport = re.sub("%(?i)[\dabcdef]{2}", expandpercent, hostport); if not uri.endswith("/cups"):