How can I convert Unicode to uppercase to print it? August 20, 2023 by Tarik I think it’s as simple as not converting to ASCII first. >>> print u'exámple'.upper() EXÁMPLE