On Fri, Jun 17, 2011 at 03:24:45PM +0200, Matěj Cepl wrote: > 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 <[email protected]>
Reviewed-by: Daniel Stone <[email protected]> Merged into my 1.11 tree, thanks. Cheers, Daniel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
