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