Skip to content

Commit

Permalink
set internal encoding manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyle Underwood committed Sep 16, 2012
1 parent ab774ce commit a8c196f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/tkn
@@ -1,6 +1,8 @@
#!/usr/bin/env ruby
# encoding: utf-8

Encoding.default_internal = "UTF-8"

require 'io/console'
require 'active_support/core_ext/string/strip'
require 'pygments'
Expand Down

0 comments on commit a8c196f

Please sign in to comment.