The error that you get is a bit unusual because ASCII-8BIT should not be
there. Does your system perhaps default to it?
If you are not using UTF-8, rubygems should default to it.
You can also try to install a gem locally, by downloading; and if it
still fails, you can try via setup.rb which still works
(setup.rb) but I would first try to find
out what is wrong with your encoding. Other ruby people on windows do
not seem to get this error as easily so perhaps something is unique to
your system.
What is the language that you use on your machine btw? I assume it may
be some non-standard, somewhat exotic language.
I think,the issue(Incompatible error) is observed on when ruby tries to
go to web and download the appropriate .gem file.
I have tried to installing gems locally by placing the .gem files in
C:\Ruby193\lib\ruby\gems\1.9.1\cache
and then executing command
gem install --force --local *.gem
then gems were installed successfully.
But when i have tried to update gems using - gem update