Python 3.2 convert raw string to string May 10, 2013 • G.L. It's a stupid way but I don't found any possible method currently:u = r"\u9038"u.encode("ascii").decode("unicode-escape")done.