Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Created May 20, 2015 05:48
Show Gist options
  • Select an option

  • Save kjunichi/e5cab524bd7abfefa978 to your computer and use it in GitHub Desktop.

Select an option

Save kjunichi/e5cab524bd7abfefa978 to your computer and use it in GitHub Desktop.
文字コードを直接指定することで、WebRubyでも日本語をputsで表示出来た
a=0xE3.chr+0x81.chr+0x82.chr
puts a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment