| [news.eclipse.technology.dltk] Re: Encoding issues |
Hi Alex,
Since 3.4 (Ganymede) the default encoding is inherited from the resource (project) associated with the launch configuration. If encoding is not specified for the project - encoding configured for the workspace or system default encoding is used.
So for the Run configurations you should specify encoding for the project - and it should work ok.
I can't reproduce this issue.
3) Mainly, Java project wether are UTF-8 or ISO-8859-1, for example, automatically gives us output according to the project encoding, but Ruby project doesn't. For example, my UTF-8 project has its console's output as ISO-8859-1 (puts "ã"-like stuff changes into a character mess).
As a workaround I'll have to change EACH of my files to ISO-8859-1 (I use notepad++ for that). Please, correct these bugs!!!
I'm using Windows XP Pro. Regards.