taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.11k stars 107 forks source link

util function related charset #180

Closed dbwodlf3 closed 2 years ago

dbwodlf3 commented 2 years ago

There are meta tag. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> and <meta charset="UTF-8">.

I think if node-html-parser supports charset related function then it is more useful and clean.