# -*- coding:utf-8 -*-
import sys,os
txta = open('a.txt','r')
str = ''
for line in txta:
str += line.strip().decode('utf-8')
txta.close()
for word in str:
print word.encode('utf-8')
# -*- coding:utf-8 -*-
import sys,os
t# -*- coding:utf-8 -*-
import sys,os
txta = open('a.txt','r')
str = ''
for line in txta:
str += line.strip().decode('utf-8')
txta.close()
for word in str:
print word.encode('utf-8')
# -*- coding:utf-8 -*-
import sys,os
t