From: Jon Forums Date: 2012-10-02T02:27:07+09:00 Subject: Re: Windows XP - Path encoding problem prevents script execution >> However the script's path displays incorrectly inside the command prompt >> itself, as I type it ("C:/Scripts/ClichÚ/test.rb") and any command's >> output such as "dir" appears wrong as well. > > Perhaps a font issue. Verify that command prompt is using a unicode > capable font like Lucida Console and not Raster Fonts. On Win7 with Consolas as cmd.exe font: C:\Users\Jon\Downloads\temp>chcp Active code page: 1252 C:\Users\Jon\Downloads\temp>type Cliché\test.rb puts "This should work, press a key to exit" gets C:\Users\Jon\Downloads\temp>ruby -v Cliché\test.rb ruby 1.9.3p277 (2012-09-25 revision 37029) [i386-mingw32] This should work, press a key to exit -- Posted via http://www.ruby-forum.com/.