HADOOP-1800 [hbaseshell] output shoudl default utf8 encoding M src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ConsoleTable.java Make a PrintStream that outputs utf8. Have all printing use it. M src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/SelectCommand.java Fix few places where we make Strings w/o stipulating UTF-8 encoding.