[Pydev-users] [pydev - Users] RE: Unicode problems
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2006-07-21 14:36:15
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3832374 By: jec-ca Thanks Fabio, And rats! I am afraid that we might already be having problems, and that the "test" has already failed... I'm the only person on the team trying out the PyDev plug-in. Everyone else is using Eclipse without a (Python) plug-in (thus, they edit in Eclipse, but run tests at the command line). Very definitely, if I explicitly set the file encoding to Latin-1, the accented characters is my source code file show up OK (and the same) in both my local version and the remote version. But I can't run the test in the Eclipse environment. If I allow Eclipse to update the file encoding to UTF-8, the accented characters in my local copy show up OK, but the remote version shows garbage, and the compare shows me the characters have changed between the two versions. But I can run the test in the Eclipse environment (since my local copy is OK). Since the Eclipse/CVS code delta tool is definitely seeing a difference between the files when my settings say it is UTF-8, I guess that there's a difference. So, I guess that if I submit my update these new differences will also be submitted, and everyone else on the team (not using the PyDev plug-in, and editing the file as though it is Latin-1) will start to see differences. I hate to lose the interactive debugging feature for Python scripts (this is what I really wanted!), but I'm not sure I can submit these deltas. Any suggestions? jec ______________________________________________________________________ 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 |