xserver-multidpi/miext
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
..
cw Remove TriStrip and TriFan from the picture screen 2011-03-14 14:09:07 -04:00
damage damage: use DamageReportDamage for the initial borderClip damage report 2011-04-13 18:59:09 -07:00
rootless rootless: Fix a typo in RootlessGlyphs which resulted in a garbage value 2011-04-25 18:57:01 -07:00
shadow Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
sync mi: Sync: Don't free managed screen private 2010-12-27 09:43:56 -08:00
Makefile.am Move some sync code to miext 2010-12-06 19:12:46 -08:00