python - Unicode int to char, leading zero -
i have integer representing unicode character want transform actual character can print out.
however function unichr() gives me different behaviour depending on whether there leading 0 or not. (see screenshot below better explanation)
however, when integer stored in variable first behavior whilst want achieve second. how can this?
Comments
Post a Comment