[Pydev-users] [pydev - Users] RE: encoding - pydev

2009-06-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7435926 By: ozzytheking Thanks Brandon I did it but it did not help. After a research I learnt something and changed my site.py file. I just changed the default character encoding from ascii to utf8. It

[Pydev-users] [pydev - Users] RE: encoding - pydev

2009-06-09 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7434220 By: bpedman You will want to add this line to the top of your files: # -*- coding: utf-8 -*- If you have the normal shbang at the top (#!/usr/bin/...) then add it right after that You may also want