# File lib/bundler/vendor/thor/lib/thor/shell/basic.rb, line 384
        def as_unicode
          old, $KCODE = $KCODE, "U"
          yield
        ensure
          $KCODE = old
        end