Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save edward/101313 to your computer and use it in GitHub Desktop.
Save edward/101313 to your computer and use it in GitHub Desktop.
# This should print out
#
# [the arabic] 5.67
#
# right?
#
# Btw, run from Textmate (set the language to Ruby and hit cmd-r) or whatever your text editor.
# (Executing straight from irb seems to segfault.)
puts "ر.ق" +
" 5.67"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment