aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/print_encoding.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-08-24print_encoding.sh: Remove unused scriptAlejandro Colomar1-47/+0
It considers every page as utf-8, so it doesn't provide any useful information. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
2018-05-31scripts: mark them executableMike Frysinger1-0/+0
It's easier to run `./scripts/foo.sh ...` than `bash ./scripts/foo.sh ...`. Mark them all +x to support that. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2014-02-16print_encoding.sh: Script to list pages that employ character sets other ↵Peter Schiffer1-0/+47
than us-ascii See https://bugzilla.kernel.org/show_bug.cgi?id=60807 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>