ansi_to_html

Takes the contents of the passed input File, converts the contained ANSI to HTML and writes the result to the passed output File.

  1. void ansi_to_html(File input, File output, AthOptions options)
    void
    ansi_to_html
  2. File ansi_to_html(File input, AthOptions options)
  3. string ansi_to_html(string ansi, AthOptions options)

Meta