At the beginning
save.py
# -*- coding: utf-8 -*-
Put in. (Files are also saved in UTF-8. × in Shift-JIS)
saveEntity.SaveStr = unicode( insertstr , "utf-8") saveEntity.put()
Recommended Posts