# Functions
HTML2Text converts html into a text form.
HTMLEntitiesToText decodes HTML entities inside a provided string and returns decoded text.
SetUnixLbr with argument true sets Unix-style line-breaks in output ("\n") with argument false sets Windows-style line-breaks in output ("\r\n", the default).