Hi Guys,
I was hoping someone can help me with this. I have a python program that reads and writes files in utf-8(unicode). When I run it in Eclipse, the output is perfectly fine. When I try making an exe file of my program it is not working. I also tried double clicking the python program to run it in windows dos but the same problem occurred. I tried running it in pythonWin still the same problem. Now I have a problem debugging my program since it is working perfectly fine in Eclipse. Is it a problem about encoding? I placed this:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
but it doesn't seem to work. hope someone can help me with this. I am reading and writing files in xml with utf-8/unicode characters