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