[Pydev-users] [pydev - Users] RE: Unicode problems
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-07-21 16:20:35
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3832539 By: fabioz Ok, I see your point, but I have some doubts on how you're doing things: 1 - which test do you have and why (how) does it fail? 2 - I believe you agree that you have a big inconsistency in your environment if you have a file marked as being utf-8 and edited as latin-1, so, if all are marking things as utf-8, they should be interpreted as utf-8 (you can configure this in the Eclipse preferences... you don't need pydev for that). What pydev is doing is just making sure that your files are consistent with the encoding you're declaring... Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |