From b27d61e4433a2a0140ed8a6128e4427451e37fec Mon Sep 17 00:00:00 2001 From: MatÄ›j Cepl Date: Fri, 17 Jun 2011 15:26:17 +0100 Subject: Fix UTF-8 encoding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Daniel Stone [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 --- exa/exa.c | 4 ++-- exa/exa_accel.c | 6 +++--- exa/exa_classic.c | 2 +- exa/exa_driver.c | 2 +- exa/exa_migration_classic.c | 4 ++-- exa/exa_migration_mixed.c | 2 +- exa/exa_mixed.c | 2 +- exa/exa_unaccel.c | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) (limited to 'exa') diff --git a/exa/exa.c b/exa/exa.c index a4e294a71..4ce983bc3 100644 --- a/exa/exa.c +++ b/exa/exa.c @@ -1,7 +1,7 @@ /* - * Copyright © 2001 Keith Packard + * Copyright © 2001 Keith Packard * - * Partly based on code that is Copyright © The XFree86 Project Inc. + * Partly based on code that is Copyright © The XFree86 Project Inc. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that diff --git a/exa/exa_accel.c b/exa/exa_accel.c index b4c0f8351..5600539d6 100644 --- a/exa/exa_accel.c +++ b/exa/exa_accel.c @@ -1,7 +1,7 @@ /* - * Copyright © 2001 Keith Packard + * Copyright © 2001 Keith Packard * - * Partly based on code that is Copyright © The XFree86 Project Inc. + * Partly based on code that is Copyright © The XFree86 Project Inc. * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -23,7 +23,7 @@ * * Authors: * Eric Anholt - * Michel Dänzer + * Michel Dänzer * */ diff --git a/exa/exa_classic.c b/exa/exa_classic.c index 169ce3aac..919b29df2 100644 --- a/exa/exa_classic.c +++ b/exa/exa_classic.c @@ -1,5 +1,5 @@ /* - * Copyright © 2009 Maarten Maathuis + * Copyright © 2009 Maarten Maathuis * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/exa/exa_driver.c b/exa/exa_driver.c index b9903d1bc..795cb00cd 100644 --- a/exa/exa_driver.c +++ b/exa/exa_driver.c @@ -1,5 +1,5 @@ /* - * Copyright © 2009 Maarten Maathuis + * Copyright © 2009 Maarten Maathuis * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/exa/exa_migration_classic.c b/exa/exa_migration_classic.c index 6c49fb798..dd3cd491e 100644 --- a/exa/exa_migration_classic.c +++ b/exa/exa_migration_classic.c @@ -1,5 +1,5 @@ /* - * Copyright © 2006 Intel Corporation + * Copyright © 2006 Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -22,7 +22,7 @@ * * Authors: * Eric Anholt - * Michel Dänzer + * Michel Dänzer * */ diff --git a/exa/exa_migration_mixed.c b/exa/exa_migration_mixed.c index fb4715135..4b2261943 100644 --- a/exa/exa_migration_mixed.c +++ b/exa/exa_migration_mixed.c @@ -1,5 +1,5 @@ /* - * Copyright © 2009 Maarten Maathuis + * Copyright © 2009 Maarten Maathuis * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/exa/exa_mixed.c b/exa/exa_mixed.c index fd1afb246..58645aea0 100644 --- a/exa/exa_mixed.c +++ b/exa/exa_mixed.c @@ -1,5 +1,5 @@ /* - * Copyright © 2009 Maarten Maathuis + * Copyright © 2009 Maarten Maathuis * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/exa/exa_unaccel.c b/exa/exa_unaccel.c index df416d5ac..219f903b2 100644 --- a/exa/exa_unaccel.c +++ b/exa/exa_unaccel.c @@ -1,6 +1,6 @@ /* * - * Copyright © 1999 Keith Packard + * Copyright © 1999 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that -- cgit v1.2.3