# -*- coding: cp1251 -*- for i in range(0,256): c=unicode(chr(i),"koi8-r") c.encode("UTF-8") for i in range(0,128): print i," "