xserver-multidpi/hw
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
..
dmx Add xkeyboard-config to See Also of man pages referencing xkb 2011-06-21 17:54:43 -07:00
kdrive Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
vfb man: refactor common code in the man pages makefiles 2011-01-18 15:11:10 -08:00
xfree86 Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
xnest input: remove DDX event list handling 2011-05-11 14:27:36 +10:00
xquartz XQuartz: GLX: Fix a -Wformat-security compilation warning 2011-06-15 14:00:52 -07:00
xwin Add xkeyboard-config to See Also of man pages referencing xkb 2011-06-21 17:54:43 -07:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00