From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 19 Jul 2011 08:34:28 +0200 Subject: [U-Boot] [PATCH] Convert ISO-8859 files to UTF-8 In-Reply-To: References: <1310918601-10172-1-git-send-email-albert.u.boot@aribaud.net> Message-ID: <4E252574.9030207@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Mike, Le 18/07/2011 20:07, Mike Frysinger a ?crit : > On Sun, Jul 17, 2011 at 12:03, Albert ARIBAUD wrote: >> There was a mix of UTF-8 and ISO-8859 files in the U-Boot source >> tree, which could cause issues with the patchwork review system. >> This commit converts all ISO-8859 files to UTF-8. > > a checkpatch update might be useful too ... Right. Didn't run checkpatch,my bad. Will in V2. > send the output through > `iconv -t utf-8` and see if it barfs ? > -mike Actually did this, and it barfed a couple of times, for which I did the conversion using Geany's encoding conversion feature -- my goal was to do as little human modifications as possible, but if there are any issues, of course they should be notified to me. Amicalement, -- Albert.