cot
cot copied to clipboard
Unicode support
COT handles ASCII just fine but can get confused by Unicode strings, especially in the output from various helper tools. We should handle Unicode properly but this is of course tricky since we want to be compatible with both Python 2.7 and 3.x, which differ substantially in their unicode handling.