[PythonCE] How to edit python files within WinCE env?

2006-11-07 Thread Benjamin Scherrey
I'm brand spanking new to this mobile stuff so was pleased with how easy it was to install pythonce on my new Dopod 818pro. I copied over a few sample python programs from my development directory and they just worked first time. Anyway - couple of newbie questions: 1. (bit off topic) Does

[PythonCE] encoding problem

2006-11-07 Thread infopazo
Dear members! I write an application for polisters in PythonCE 2.5 I use hungarian characters in my program. #!/usr/bin/python # -*- coding: latin2 -*- import os, sys print sys.getdefaultencoding() print sys.getfilesystemencoding() print "öôóüűúéíáÖÔÓÜŰÚÉÍÁ" The result is the folowing: mbcs asc