1) How do I convert a variable with a string like "wdzi\xc4\x99czno\xc5\x9bci"
into "wdzięczności"
?
2) Also how do I convert string variable with characters like "±", "ę", "Ć"
into correct letters?
I emphasise "variable" because all I've got from googling was examples with " u'some string' " and the like and I can't get anything like that to work.
I use "# -*-
coding: utf-8 -*-
" in second line of my script and I still crash into these problems.
Also I was said that simple print should output correctly - but it does not.