[PATCH xserver] Fix UTF-8 encoding
Daniel Stone
daniel at fooishbar.org
Fri Jun 17 07:07:26 PDT 2011
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 <mcepl at redhat.com>
Reviewed-by: Daniel Stone <daniel at fooishbar.org>
Merged into my 1.11 tree, thanks.
Cheers,
Daniel
More information about the xorg-devel
mailing list