I have a version of Ruby 1.9.2 on Centos 5.5. Every time I install a gem, I get an 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 is still setting normally, but there are certain things that I cannot do. For example, use SproutCore. I get this little stone (pun intended).
sc-init xxxx ~ Created directory at xxxx FATAL ~ invalid byte sequence in US-ASCII
Does anyone know what is happening and how to fix it? Google doesn't really help with this.
source share