import { escapeUTF8 } from "https://deno.land/x/html_parser@v0.1.3/src/utils/entities/encode.ts";
Encodes all characters not valid in XML documents using numeric hexadecimal
reference (eg. ü
).
Note that the output will be character-set dependent.