xserver-multidpi/exa
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
..
exa_accel.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
exa_classic.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
exa_driver.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
exa_glyphs.c Remove more superfluous if(p) checks around free(p) 2010-06-11 19:05:46 +07:00
exa_migration_classic.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
exa_migration_mixed.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
exa_mixed.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
exa_offscreen.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
exa_priv.h EXA: Use dixGetPrivate(Addr) instead of dixLookupPrivate. 2011-03-28 08:30:35 -07:00
exa_render.c Rename region macros to eliminate screen argument 2010-06-05 18:59:00 -07:00
exa_unaccel.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
exa.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
exa.h Revert "dix: Remove usage_hint from pixmaps, store it in ->drawable.class" 2011-03-17 23:48:52 -07:00
Makefile.am exa: A simple 3rd backend implementation. 2009-08-06 23:48:14 +02:00