# File lib/CharSetProber.rb, line 53 def filter_high_bit_only(aBuf) aBuf = aBuf.gsub(/([\x00-\x7F])+/, '') return aBuf end