xserver-multidpi/hw/xfree86/os-support/solaris
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
..
apSolaris.shar Updated Solaris aperture driver to build on sun4v & amd64 kernels 2006-06-29 16:25:36 -07:00
Makefile.am Add new VT support for OpenSolaris & future Solaris releases 2009-08-13 21:56:06 -07:00
solaris-amd64.S Sun's copyrights now belong to Oracle 2010-12-07 11:10:35 -08:00
solaris-ia32.S Sun's copyrights now belong to Oracle 2010-12-07 11:10:35 -08:00
solaris-sparcv8plus.S Sun's copyrights now belong to Oracle 2010-12-07 11:10:35 -08:00
sun_agp.c Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
sun_apm.c Sun's copyrights now belong to Oracle 2010-12-07 11:10:35 -08:00
sun_bell.c Sun's copyrights now belong to Oracle 2010-12-07 11:10:35 -08:00
sun_init.c Fix compiler warnings in hw/xfree86/os-support/solaris 2010-11-30 16:18:15 -08:00
sun_inout.s DRI XFree86-4_3_99_12-merge import 2004-06-16 09:22:17 +00:00
sun_vid.c Sun's copyrights now belong to Oracle 2010-12-07 11:10:35 -08:00
sun_VTsw.c Sun's copyrights now belong to Oracle 2010-12-07 11:10:35 -08:00