Skip to content

Instantly share code, notes, and snippets.

@dougjohnston
Created September 5, 2013 19:12
Show Gist options
  • Save dougjohnston/6454744 to your computer and use it in GitHub Desktop.
Save dougjohnston/6454744 to your computer and use it in GitHub Desktop.
RVM help not displaying Unicode characters
Some of the the RVM help documentation includes Unicode characters. When running 'rvm help <command>', the Unicode characters are not displayed properly.
Example:
$ rvm help use
�M-^H� rvm use [ruby-string]
Setup current shell to use a specific ruby version.
For a list of currently installed ruby string please run
�M-^H� rvm list
To create a gemset if it does not already exist:
�M-^H� rvm --create 1.9.2@funky
...
When properly displayed, it should appear as follows:
$ rvm help use
∴ rvm use [ruby-string]
Setup current shell to use a specific ruby version.
For a list of currently installed ruby string please run
∴ rvm list
To create a gemset if it does not already exist:
∴ rvm --create 1.9.2@funky
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment