xserver-multidpi/hw/kdrive/fake
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
..
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
fake.c Remove superfluous if(p!=NULL) checks around free(p); p=NULL; 2010-11-11 08:22:59 +10:00
fake.h kdrive: Remove unused overlay fb support 2010-01-06 19:47:53 +06:00
fakeinit.c dix: move config_init into the DDX. 2010-02-15 09:15:18 +10:00
kbd.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
Makefile.am Fix relink targets for silent rules 2010-03-22 00:45:52 -05:00
mouse.c Remove #define NEED_EVENTS and NEED_REPLIES 2008-12-12 11:43:32 +10:00
os.c Death to RCS tags. 2007-06-29 14:06:52 -04:00