# remove wide non ascii chars
Why would you want to do that?
Usually characters are in a string because they carry information - removing them by such a blind criterion as codepoint ranges almost surely implies data loss.
There are many pages on the internet where next nothing remains if you remove all non-ASCII chars.
In reply to Re^2: HTML::Parser, get rid of JavaScript
by moritz
in thread HTML::Parser, get rid of JavaScript
by vit
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |