cot icon indicating copy to clipboard operation
cot copied to clipboard

Unicode support

Open glennmatthews opened this issue 11 years ago • 0 comments

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.

glennmatthews avatar Oct 13 '14 14:10 glennmatthews