xserver-multidpi/hw/xfree86/modes
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
..
Makefile.am displayid: Implement mode decoding. 2009-07-17 14:48:55 -04:00
xf86Crtc.c xfree86/modes: Fixed memory leak in xf86InitialConfiguration 2011-03-14 13:14:04 -07:00
xf86Crtc.h Revert "Replace huge argument list in xf86CrtcSetModeTransform with struct" 2011-02-23 11:18:35 -08:00
xf86Cursors.c Revert "randr: Add sprite position transforms" 2011-02-23 11:18:12 -08:00
xf86cvt.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
xf86DiDGA.c Remove more superfluous if(p) checks around free(p) 2010-06-06 20:27:18 +07:00
xf86DisplayIDModes.c Replace X-allocation functions with their C89 counterparts 2010-05-13 00:22:37 +07:00
xf86EdidModes.c edid: Fix incorrect timings for VIC61 2011-01-04 14:08:16 -05:00
xf86gtf.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xf86Modes.c xfree86/modes: Take rotation into account when checking mode size 2010-12-27 20:03:52 +02:00
xf86Modes.h Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
xf86RandR12.c hw/xfree86/modes: remove duplicated include 2011-04-24 19:46:06 -07:00
xf86RandR12.h Clean up RandR12 bits on screen close (bug 27114) 2010-06-15 14:39:25 -07:00
xf86Rename.h Allow drivers to set crtc transforms. 2008-11-24 13:24:40 -08:00
xf86Rotate.c Revert "randr: Add sprite position transforms" 2011-02-23 11:18:12 -08:00