# File lib/rbreadline.rb, line 2611
  def meta_char(c)
    c > "\x7f" && c <= "\xff"
  end