且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Ruby错误UTF-8到ASCII

更新时间:2023-11-24 22:15:34

RDoc上周更新,并且应该帮助解决编码问题。 / p>

尝试 gem update rdoc ,看看是否有帮助。


I have a Ruby 1.9.2 install on Centos 5.5. Every time I install a gem, I get the error

ERROR:  While generating documentation for (gem)
... MESSAGE:   U+2018 from UTF-8 to US-ASCII
... RDOC args: lib History.txt README.txt

The gem still installs ok, but there are certain things I can't do. Like use SproutCore, for example. I get this little gem (pun intended).

sc-init xxxx
 ~ Created directory at xxxx
FATAL ~ invalid byte sequence in US-ASCII 

Anyone have any idea what's going on, and how to remedy it? Google isn't much help on this one.

RDoc updated last week, and was supposed to help fix encoding problems.

Try gem update rdoc and see if that helps.