mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-05 04:30:12 +01:00
Report to find out all non-UTF-8 files created by
cat extensions |xargs -I XXXX find . -name \*.XXXX |while read FILE ; do
if ( iconv -f utf8 -t ucs2 $FILE >/dev/null 2>/dev/null ) ; then
/bin/true
else
echo $FILE
fi
done >>report
Signed-off-by: Matěj Cepl <mcepl@redhat.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
[Daniel: git am failed for me, so I redid it. The method listed in the
commit message also failed, so I just used file/grep/iconv. The
results are the same though.]
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| shadow.c | ||
| shadow.h | ||
| shalloc.c | ||
| shpacked.c | ||
| shplanar.c | ||
| shplanar8.c | ||
| shrot8pack.c | ||
| shrot8pack_90.c | ||
| shrot8pack_180.c | ||
| shrot8pack_270.c | ||
| shrot16pack.c | ||
| shrot16pack_90.c | ||
| shrot16pack_90YX.c | ||
| shrot16pack_180.c | ||
| shrot16pack_270.c | ||
| shrot16pack_270YX.c | ||
| shrot32pack.c | ||
| shrot32pack_90.c | ||
| shrot32pack_180.c | ||
| shrot32pack_270.c | ||
| shrotate.c | ||
| shrotpack.h | ||
| shrotpackYX.h | ||