Only convert to unicode when needed
authorLaurent Bachelier <laurent@bachelier.name>
Sun, 1 Dec 2013 19:13:23 +0000 (20:13 +0100)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 4 Dec 2013 00:33:53 +0000 (19:33 -0500)
commit113cc218f82571cf07956c7ac0e75f039729eb83
treee57bca4a50f66d951a33e219306e8b78e9ecb723
parent3e4245c66e1ec911b82706c6e5c0579868b6664a
Only convert to unicode when needed

Otherwise, it would crash if any unicode string was already
present.

Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
irkerhook.py