xserver-multidpi/hw/xfree86/os-support
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
..
bsd Removing unused code 2011-02-24 18:56:25 -08:00
bus xfree86: bus: assign PCI_SOURCES with the actual source files 2010-09-14 18:53:23 +03:00
hurd Do not trap access to timer and keyboard 2010-11-10 14:42:44 -08:00
linux linux: Retry VT ioctls while errno == EINTR 2011-04-22 11:14:43 -07:00
misc Fix breakage on alpha caused by c7680befe5 2009-10-06 20:58:30 -04:00
shared xfree86: Only log the serial bytes if debug is on. 2011-06-27 12:21:45 -07:00
solaris Fix UTF-8 encoding 2011-06-30 16:38:31 +10:00
int10Defines.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
Makefile.am Don't use empty source files 2011-06-23 05:28:31 -07:00
xf86_OSlib.h Consolidate all the PATH_MAX handling into misc.h 2011-03-14 13:42:55 -04:00
xf86_OSproc.h Move OS-specific VT key handler code from common to os-support 2010-01-25 11:10:00 -08:00
xf86OSpriv.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00