Skip to content

Instantly share code, notes, and snippets.

@domgetter
Created January 10, 2016 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domgetter/86c6c1b8bce83f559c4c to your computer and use it in GitHub Desktop.
Save domgetter/86c6c1b8bce83f559c4c to your computer and use it in GitHub Desktop.
irb(main):008:0> # encoding: utf-8
irb(main):009:0* Dir["*"].first
=> "\u00FE.txt"
irb(main):010:0> Dir["*"].first.encoding
=> #<Encoding:IBM437>
irb(main):011:0> Dir["*"].first
=> "?.txt"
irb(main):012:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment