# File lib/CharSetProber.rb, line 58 def filter_without_english_letters(aBuf) aBuf = aBuf.gsub(/([A-Za-z])+/, '') return aBuf end