xserver-multidpi/hw/kdrive/linux
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
..
evdev.c Revert "Add a "flags" field to DeleteInputDeviceRequest." 2010-05-26 07:54:35 -07:00
keyboard.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
linux.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
Makefile.am kdrive: klinux.h breaks make dist 2010-01-10 12:01:58 -08:00
mouse.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
ms.c Remove trailing whitespace 2010-01-01 23:22:49 -08:00
ps2.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
tslib.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00