Luis Lavena wrote in post #1047227:
> On Feb 15, 11:42pm, Patrick Bayford <[email protected]> wrote:
>>
>> chcp does indeed change the code page, however, the change is NOT
>> persistent and reverts to the default (850).
>>
>
> But, it does solve the problem? if changing the codepage helps, I can
> point you how to change it permanently. I thought was more important
> determine if that is the cause and a possible fix :-)
>
> For a permanent fix, please see this Cucumber wiki page:
>
> https://github.com/cucumber/cucumber/wiki/Troubleshooting
> http://codesnippets.joyent.com/posts/show/414
>
> It involves edits to the registry.
>
> Another recommendation: use a true type font for your console. Your
> eyes will thank you later.
>
> --
> Luis Lavena
Just been able to do a thorough check - changing the code page has no 
effect at all on this error. I append the results from a command-prompt 
window.
C:\Ruby192>chcp 1252
Active code page: 1252

C:\Ruby192>gem install jquery-rails -v '1.0.19'
ERROR:  While executing gem ... (ArgumentError)
    invalid byte sequence in US-ASCII

C:\Ruby192>chcp
Active code page: 1252

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to