[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dltk] Re: Encoding issues

A correction: the space error is regarding spaces on the path of the file being ran, not exclusively on the project's path itself.

* My project's path is like C:\Programming\Ruby.

* This is a file with no spaces into a sub-folder with spaces: C:\Programming\Ruby\Studying Ruby\File.rb ---> crashes Run dialog

* This is a file with spaces right on the project's root: C:\Programming\Ruby\Spaced File.rb ---> crashes Run dialog too

* This is a file with spaces right on the project's root: C:\Programming\Ruby\NoSpacesPath.rb ---> this works!