From: Lazaridis Ilias Date: 2012-02-14T16:33:20+09:00 Subject: [ruby-core:42597] [ruby-trunk - Bug #4738] gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek Issue #4738 has been updated by Lazaridis Ilias. Mr. Bosslet, you are the only person which is trolling here, because of your off-topic comment. Remember: you're commenting on a issue-tracking-system, which should strictly focus on the issue at hand. I've validly updated the information (within the issue I had filed months ago), after I was contacted by a user who was confused and didn't know how to finally solve the issue (in context of a rails installation on a greek windows machine). There's no need to add further misleading off-topic comments. As for Mr. Matsumoto: He's not the first designer (Ruby is not an invention, it's a design) who get's lost in the complexity he has created, trying to implement the (partially contrary) requirements he's specified. That's nothing special - except for dumb religious language fanatics of your kind, who think that language designers are gods. ---------------------------------------- Bug #4738: gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek https://bugs.ruby-lang.org/issues/4738 Author: Lazaridis Ilias Status: Closed Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.2p180 (2011-02-18) [i386-mingw32] On windows 7 greek. Installer used: http://rubyforge.org/frs/download.php/74298/rubyinstaller-1.9.2-p180.exe P:\>cmd Microsoft Windows [������������ 6.1.7600] �������������������� �������������������� (c) 2009 Microsoft Corporation. ���� ������������������ �������� �������������� ����������������������. P:\>ruby -v ruby 1.9.2p180 (2011-02-18) [i386-mingw32] P:\>gem -v 1.5.2 P:\>gem install json_pure ERROR: While executing gem ... (Encoding::ConverterNotFoundError) code converter not found (UTF-16LE to IBM737) P:\>gem install json_pure --debug -V Exception `NameError' at P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:163 - uninitialized constant Gem::Commands::InstallCommand Exception `Encoding::ConverterNotFoundError' at P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:195 - code converter not found (UTF-16LE to IBM737) ERROR: While executing gem ... (Encoding::ConverterNotFoundError) code converter not found (UTF-16LE to IBM737) P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:195:in `[]' P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:195:in `find_spec_by_name_and_version' P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/dependency_installer.rb:244:in `install' P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/commands/install_command.rb:120:in `block in execute' P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/commands/install_command.rb:115:in `each' P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/commands/install_command.rb:115:in `execute' P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/command.rb:278:in `invoke' P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:133:in `process_args' P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/command_manager.rb:103:in `run' P:/prg/ruby192/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:63:in `run' P:/prg/ruby192/bin/gem:21:in `
' -- http://bugs.ruby-lang.org/