Re: [PATCH 09/17] Move unicode to ASCII conversion to shared function.

From: H. Peter Anvin
Date: Fri Sep 20 2013 - 11:00:57 EST


This is a multi-part message in MIME format.On 09/20/2013 04:27 AM, Matt Fleming wrote:
> On Wed, 18 Sep, at 09:48:44PM, Roy Franz wrote:
>> Would it be acceptable to fix the naming/comments, and convert values
>> above 126 to '?'
>> in the current patchset, and address a more thorough fix in another patch set?
>> The ARM and ARM64 EFI stub patchsets that are mostly complete depend
>> on this one,
>> so getting this merged soon would be helpful.
>
> Just fixing the function name and comments is enough for this patch
> series. Anything else should be separate.
>

I just whipped up a patch to do proper UTF-16 to UTF-8 conversion.
Completely untested, of course.

-hpa