xserver-multidpi/miext/shadow
Matěj Cepl b27d61e443 Fix UTF-8 encoding
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>
2011-06-30 16:38:31 +10:00
..
Makefile.am shadow: Remove hw/xfree86/ from includes 2011-02-08 12:41:32 -05:00
shadow.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
shadow.h unifdef -B -DRENDER to always include RENDER code 2010-04-19 09:26:10 -07:00
shalloc.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
shpacked.c shadow: Optimize shadowUpdatePacked(). (#26973) 2010-11-10 16:17:24 -08:00
shplanar.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
shplanar8.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
shrot8pack_90.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot8pack_180.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot8pack_270.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot8pack.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot16pack_90.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot16pack_90YX.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot16pack_180.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot16pack_270.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot16pack_270YX.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot16pack.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot32pack_90.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot32pack_180.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot32pack_270.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrot32pack.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
shrotate.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
shrotpack.h Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
shrotpackYX.h Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00