Moving from Python 2 to 3? Here's what you need to know about strings and their role in in your upgrade. An old joke asks "What do you call someone who speaks three languages? Trilingual. Two ...
Is there some trick to get translate to work right with unicode strings? I finally gave up in frustration and just used replace as well - horribly inefficient but at least it works.