# File lib/html/pipeline/toc_filter.rb, line 57
        def ascii_downcase(str)
          str.downcase(:ascii)
        end