I got now this strange error
while executing gem ... (ArgumentError)
unknown encoding name - CP720
When I want to run any gem commands such as
gem install rubygems-update
so when I goggled it I found some one suggest to use this commands to Change encoding to 1252
C:\DevKit> chcp 1252
c:\DevKit> ruby dk.rb init
but after I used it I still got the same error , so how i can solve this issue ?????
Note : I'm using windows 7