On Feb 15, 5:25 pm, Patrick Bayford <[email protected]> wrote:
>
> So I ran `gem install jquery-rails -v '1.0.19'` - this yielded :-
> C:\Ruby192>gem install jquery-rails -v '1.0.19'
> ERROR:  While executing gem ... (ArgumentError)
>         invalid byte sequence in US-ASCII
> Does this imply there is a problem with jquery-rails, or is this
> something to do with my machine? I have seen this "invalid byte sequence
> in US-ASCII"
> in other places, most recently while trying to read a text file in Ruby!

Can you change the codepage of your Windows installation?

Use chcp from the command line and change to Latin one (1251 or 1252)
or Unicode (65001) and try gem install again.

--
Luis Lavena

-- 
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