[{"id":1766328,"web_url":"http://patchwork.ozlabs.org/comment/1766328/","msgid":"<80211c00-cd0b-14ec-1e75-5e889cb3d74b@suse.de>","list_archive_url":null,"date":"2017-09-11T14:13:45","subject":"Re: [U-Boot] [PATCH v2 2/5] lib: add some utf16 handling helpers","submitter":{"id":1212,"url":"http://patchwork.ozlabs.org/api/people/1212/","name":"Alexander Graf","email":"agraf@suse.de"},"content":"On 09.09.17 12:47, Rob Clark wrote:\n> We'll eventually want these in a few places in efi_loader, and also\n> vsprintf.\n> \n> Signed-off-by: Rob Clark <robdclark@gmail.com>\n\nUEFI wants UCS-2 (the 16 bit only Windows thing), not UTF16 (the \nmay-also-be-32bit-wide thing).\n\nSo I'm not sure how far away this code is from the ultimate truth of \nwhat we need for UEFI compatibility. Do you have any gut feeling?\n\n\nAlex","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xrVKK60ngz9s4s\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 00:13:57 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 9545BC21E8B; Mon, 11 Sep 2017 14:13:51 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 7786BC21DA6;\n\tMon, 11 Sep 2017 14:13:49 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid A339AC21D76; Mon, 11 Sep 2017 14:13:48 +0000 (UTC)","from mx1.suse.de (mx2.suse.de [195.135.220.15])\n\tby lists.denx.de (Postfix) with ESMTPS id 470B9C21C4C\n\tfor <u-boot@lists.denx.de>; Mon, 11 Sep 2017 14:13:48 +0000 (UTC)","from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254])\n\tby mx1.suse.de (Postfix) with ESMTP id 74489ABD9;\n\tMon, 11 Sep 2017 14:13:47 +0000 (UTC)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED\n\tautolearn=unavailable autolearn_force=no version=3.4.0","X-Virus-Scanned":"by amavisd-new at test-mx.suse.de","To":"Rob Clark <robdclark@gmail.com>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>","References":"<20170909104746.5948-1-robdclark@gmail.com>\n\t<20170909104746.5948-3-robdclark@gmail.com>","From":"Alexander Graf <agraf@suse.de>","Message-ID":"<80211c00-cd0b-14ec-1e75-5e889cb3d74b@suse.de>","Date":"Mon, 11 Sep 2017 16:13:45 +0200","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0)\n\tGecko/20100101 Thunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170909104746.5948-3-robdclark@gmail.com>","Content-Language":"en-US","Cc":"Heinrich Schuchardt <xypron.glpk@gmx.de>","Subject":"Re: [U-Boot] [PATCH v2 2/5] lib: add some utf16 handling helpers","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Transfer-Encoding":"base64","Content-Type":"text/plain; charset=\"utf-8\"; Format=\"flowed\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1766337,"web_url":"http://patchwork.ozlabs.org/comment/1766337/","msgid":"<CAF6AEGvo__4jL_B4vMt-yLtx6w5dgaR90ExdEpp+=pqEp3Z+Mw@mail.gmail.com>","list_archive_url":null,"date":"2017-09-11T14:34:19","subject":"Re: [U-Boot] [PATCH v2 2/5] lib: add some utf16 handling helpers","submitter":{"id":18760,"url":"http://patchwork.ozlabs.org/api/people/18760/","name":"Rob Clark","email":"robdclark@gmail.com"},"content":"On Mon, Sep 11, 2017 at 10:13 AM, Alexander Graf <agraf@suse.de> wrote:\n>\n>\n> On 09.09.17 12:47, Rob Clark wrote:\n>>\n>> We'll eventually want these in a few places in efi_loader, and also\n>> vsprintf.\n>>\n>> Signed-off-by: Rob Clark <robdclark@gmail.com>\n>\n>\n> UEFI wants UCS-2 (the 16 bit only Windows thing), not UTF16 (the\n> may-also-be-32bit-wide thing).\n>\n> So I'm not sure how far away this code is from the ultimate truth of what we\n> need for UEFI compatibility. Do you have any gut feeling?\n>\n\n+ leif & peter\n\nI'm not entirely sure.  Grub seems to treat it as UTF-16, and from a\n30sec look at wikipedia, it seems like UCS-2 is a subset of UTF-16.\nBut I won't claim to be a unicode expert.\n\nBR,\n-R","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=gmail.com header.i=@gmail.com\n\theader.b=\"r1lyHsAN\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xrVn471t4z9s5L\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 00:34:31 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 62483C21E61; Mon, 11 Sep 2017 14:34:24 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 4102FC21DB9;\n\tMon, 11 Sep 2017 14:34:22 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 6CFD8C21DA6; Mon, 11 Sep 2017 14:34:21 +0000 (UTC)","from mail-lf0-f46.google.com (mail-lf0-f46.google.com\n\t[209.85.215.46])\n\tby lists.denx.de (Postfix) with ESMTPS id 09E83C21DB9\n\tfor <u-boot@lists.denx.de>; Mon, 11 Sep 2017 14:34:21 +0000 (UTC)","by mail-lf0-f46.google.com with SMTP id q132so19018303lfe.5\n\tfor <u-boot@lists.denx.de>; Mon, 11 Sep 2017 07:34:21 -0700 (PDT)","by 10.46.29.20 with HTTP; Mon, 11 Sep 2017 07:34:19 -0700 (PDT)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-0.0 required=5.0 tests=FREEMAIL_FROM,\n\tRCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID\n\tautolearn=unavailable autolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;\n\th=mime-version:in-reply-to:references:from:date:message-id:subject:to\n\t:cc; bh=xW/lcqWyiYTPjJV9Q8IbBreGkmMfU5FnpI5eldU7co4=;\n\tb=r1lyHsANGITBAKtwUphnSqcO/cIM31Gzzf+Sn2EELOvtDjhsphYjel+DTKmd12ppLw\n\tnyDV42xT//FsXe0eNVYHgCUby6wq3PpRzAs2ppNwcZbPymcu8qONlwqyjpSa/M7Cg5Hg\n\tF795/zloUzc6DNVeCmkEvbZbYDten4jfpHCq+aN+5qb8PEcfkQhUte5kk3tttOZc+Ww6\n\tEztRM8OF/cBAu2c6u2ZsZVIFISeCEh124a6kky8yPSOKt68yKxBF2uK5WBLN5tU4kvF8\n\tFwh437I955IRrbqTejrJFjV0gq2RXI8XVS9wcTiJuyZkHzXcQSA//LwWaTi1rtNp25n3\n\taH6Q==","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:in-reply-to:references:from:date\n\t:message-id:subject:to:cc;\n\tbh=xW/lcqWyiYTPjJV9Q8IbBreGkmMfU5FnpI5eldU7co4=;\n\tb=Izx17kb82psCip/8lEpW8kvMRFFJywed1oPzCsFf+T3xh945LkNdPHadTeoOeq6e+Q\n\tkVznhDvwgvC62D3FVyWlieMoPHTFR5f56CQWySqeM8RpuLz8ser1SqGvPlkGubv65yu8\n\tQ9CFIchPjlk8sp3jjNITdZcf2UiIt8HRcJVGlQjHa04aGE49v3ebCWjEvNMGj+MaBQLK\n\tQ3vGdoSkYjUJmnNxxPcBU6V0qCyf5tWvynDGP1kehMabUzult01TJslPnKb5WBlj/ukW\n\tmrOYKR3jURdRFb3fMwo3VpDwlLbkCRHtZFeVv6BxwD+EEg1SxRqpDU1jykSPFjiE9Zx3\n\tJMvA==","X-Gm-Message-State":"AHPjjUhUOyYr2rk42U68sVEAn3an4i6eRS7gY8X2hjOxlGn8wWf4f2CU\n\tWPiLeJ3CrXqeMLBfaz1i3eFe0lGazAsA","X-Google-Smtp-Source":"AOwi7QB2U/BlP1G28xv9s2CFH3Hq9CMV5Ty+IaYAHLaIxNzo+7tW8JG8Nl2ggLWaCUorGotw1Wl83wncy29p2j0jBJY=","X-Received":"by 10.46.32.195 with SMTP id g64mr4001535lji.90.1505140460512;\n\tMon, 11 Sep 2017 07:34:20 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<80211c00-cd0b-14ec-1e75-5e889cb3d74b@suse.de>","References":"<20170909104746.5948-1-robdclark@gmail.com>\n\t<20170909104746.5948-3-robdclark@gmail.com>\n\t<80211c00-cd0b-14ec-1e75-5e889cb3d74b@suse.de>","From":"Rob Clark <robdclark@gmail.com>","Date":"Mon, 11 Sep 2017 10:34:19 -0400","Message-ID":"<CAF6AEGvo__4jL_B4vMt-yLtx6w5dgaR90ExdEpp+=pqEp3Z+Mw@mail.gmail.com>","To":"Alexander Graf <agraf@suse.de>","Cc":"Heinrich Schuchardt <xypron.glpk@gmx.de>,\n\tLeif Lindholm <leif.lindholm@linaro.org>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>,\n\tPeter Jones <pjones@redhat.com>","Subject":"Re: [U-Boot] [PATCH v2 2/5] lib: add some utf16 handling helpers","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1766345,"web_url":"http://patchwork.ozlabs.org/comment/1766345/","msgid":"<9dcad410-1fc2-ad8e-9c43-d21af42959b6@suse.de>","list_archive_url":null,"date":"2017-09-11T14:41:19","subject":"Re: [U-Boot] [PATCH v2 2/5] lib: add some utf16 handling helpers","submitter":{"id":1212,"url":"http://patchwork.ozlabs.org/api/people/1212/","name":"Alexander Graf","email":"agraf@suse.de"},"content":"On 11.09.17 16:34, Rob Clark wrote:\n> On Mon, Sep 11, 2017 at 10:13 AM, Alexander Graf <agraf@suse.de> wrote:\n>>\n>>\n>> On 09.09.17 12:47, Rob Clark wrote:\n>>>\n>>> We'll eventually want these in a few places in efi_loader, and also\n>>> vsprintf.\n>>>\n>>> Signed-off-by: Rob Clark <robdclark@gmail.com>\n>>\n>>\n>> UEFI wants UCS-2 (the 16 bit only Windows thing), not UTF16 (the\n>> may-also-be-32bit-wide thing).\n>>\n>> So I'm not sure how far away this code is from the ultimate truth of what we\n>> need for UEFI compatibility. Do you have any gut feeling?\n>>\n> \n> + leif & peter\n> \n> I'm not entirely sure.  Grub seems to treat it as UTF-16, and from a\n> 30sec look at wikipedia, it seems like UCS-2 is a subset of UTF-16.\n> But I won't claim to be a unicode expert.\n\nI agree, but we should make sure to have our naming straight. If we only \nsupport the BMP (basic multiplingual plane) part of UTF-16, we should\n\n   a) Indicate that in the function names\n   b) Bark if we get input that's outside the range?\n\nOtherwise sooner or later people will get confused, as UTF-16 strings \ncan for example be shorter than the sum of 16-bit-fields they occupy.\n\n\nAlex","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xrVx44nsRz9s83\n\tfor <incoming@patchwork.ozlabs.org>;\n\tTue, 12 Sep 2017 00:41:28 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid 4D136C21E40; Mon, 11 Sep 2017 14:41:26 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id E9F5BC21D09;\n\tMon, 11 Sep 2017 14:41:23 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid 4A60AC21D09; Mon, 11 Sep 2017 14:41:22 +0000 (UTC)","from mx1.suse.de (mx2.suse.de [195.135.220.15])\n\tby lists.denx.de (Postfix) with ESMTPS id F0820C21C4C\n\tfor <u-boot@lists.denx.de>; Mon, 11 Sep 2017 14:41:21 +0000 (UTC)","from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254])\n\tby mx1.suse.de (Postfix) with ESMTP id 93B83ABD9;\n\tMon, 11 Sep 2017 14:41:21 +0000 (UTC)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED\n\tautolearn=unavailable autolearn_force=no version=3.4.0","X-Virus-Scanned":"by amavisd-new at test-mx.suse.de","To":"Rob Clark <robdclark@gmail.com>","References":"<20170909104746.5948-1-robdclark@gmail.com>\n\t<20170909104746.5948-3-robdclark@gmail.com>\n\t<80211c00-cd0b-14ec-1e75-5e889cb3d74b@suse.de>\n\t<CAF6AEGvo__4jL_B4vMt-yLtx6w5dgaR90ExdEpp+=pqEp3Z+Mw@mail.gmail.com>","From":"Alexander Graf <agraf@suse.de>","Message-ID":"<9dcad410-1fc2-ad8e-9c43-d21af42959b6@suse.de>","Date":"Mon, 11 Sep 2017 16:41:19 +0200","User-Agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0)\n\tGecko/20100101 Thunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<CAF6AEGvo__4jL_B4vMt-yLtx6w5dgaR90ExdEpp+=pqEp3Z+Mw@mail.gmail.com>","Content-Language":"en-US","Cc":"Heinrich Schuchardt <xypron.glpk@gmx.de>,\n\tLeif Lindholm <leif.lindholm@linaro.org>,\n\tU-Boot Mailing List <u-boot@lists.denx.de>,\n\tPeter Jones <pjones@redhat.com>","Subject":"Re: [U-Boot] [PATCH v2 2/5] lib: add some utf16 handling helpers","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Transfer-Encoding":"base64","Content-Type":"text/plain; charset=\"utf-8\"; Format=\"flowed\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}},{"id":1767477,"web_url":"http://patchwork.ozlabs.org/comment/1767477/","msgid":"<20170913022834.GI4474@bill-the-cat>","list_archive_url":null,"date":"2017-09-13T02:28:34","subject":"Re: [U-Boot] [U-Boot,v2,2/5] lib: add some utf16 handling helpers","submitter":{"id":65875,"url":"http://patchwork.ozlabs.org/api/people/65875/","name":"Tom Rini","email":"trini@konsulko.com"},"content":"On Sat, Sep 09, 2017 at 06:47:40AM -0400, Rob Clark wrote:\n\n> We'll eventually want these in a few places in efi_loader, and also\n> vsprintf.\n> \n> Signed-off-by: Rob Clark <robdclark@gmail.com>\n\nApplied to u-boot/master, thanks!","headers":{"Return-Path":"<u-boot-bounces@lists.denx.de>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.denx.de\n\t(client-ip=81.169.180.215; helo=lists.denx.de;\n\tenvelope-from=u-boot-bounces@lists.denx.de;\n\treceiver=<UNKNOWN>)","ozlabs.org;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=konsulko.com header.i=@konsulko.com\n\theader.b=\"rMHOgFHH\"; dkim-atps=neutral"],"Received":["from lists.denx.de (dione.denx.de [81.169.180.215])\n\tby ozlabs.org (Postfix) with ESMTP id 3xsQkR09HZz9sPt\n\tfor <incoming@patchwork.ozlabs.org>;\n\tWed, 13 Sep 2017 12:35:26 +1000 (AEST)","by lists.denx.de (Postfix, from userid 105)\n\tid B5A35C2231A; Wed, 13 Sep 2017 02:31:03 +0000 (UTC)","from lists.denx.de (localhost [IPv6:::1])\n\tby lists.denx.de (Postfix) with ESMTP id 73B2CC2236A;\n\tWed, 13 Sep 2017 02:30:06 +0000 (UTC)","by lists.denx.de (Postfix, from userid 105)\n\tid B005FC22338; Wed, 13 Sep 2017 02:28:41 +0000 (UTC)","from mail-yw0-f175.google.com (mail-yw0-f175.google.com\n\t[209.85.161.175])\n\tby lists.denx.de (Postfix) with ESMTPS id 36AF9C2233F\n\tfor <u-boot@lists.denx.de>; Wed, 13 Sep 2017 02:28:38 +0000 (UTC)","by mail-yw0-f175.google.com with SMTP id r85so32104186ywg.1\n\tfor <u-boot@lists.denx.de>; Tue, 12 Sep 2017 19:28:38 -0700 (PDT)","from bill-the-cat ([2606:a000:140b:dc:202f:e2cf:a300:56c])\n\tby smtp.gmail.com with ESMTPSA id\n\ti184sm790086ywc.77.2017.09.12.19.28.35\n\t(version=TLS1_2 cipher=AES128-SHA bits=128/128);\n\tTue, 12 Sep 2017 19:28:36 -0700 (PDT)"],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de","X-Spam-Level":"","X-Spam-Status":"No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,\n\tRCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,\n\tT_DKIM_INVALID autolearn=unavailable\n\tautolearn_force=no version=3.4.0","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com;\n\ts=google; \n\th=date:from:to:cc:subject:message-id:references:mime-version\n\t:content-disposition:in-reply-to:user-agent;\n\tbh=Y0S5c2cma8ZqUhuWYqaJ6DGfZw97f4UE8lLbSi8o0dw=;\n\tb=rMHOgFHHtsVNP2YEIAoxVbGQ2YlXRJdJ+tO3X+elMh8vwJBOTFJ78HDVXBAylyySrA\n\tqRn8bwuICxyrxpvOA1xReXH6htJzPT37F96TLSPb4v3IX9yIF4Ud0okBbmQXDBXNxhqz\n\tUWbCNRAvi7D8gn1kQliBaXqdJg2bcxuYG5SjM=","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:date:from:to:cc:subject:message-id:references\n\t:mime-version:content-disposition:in-reply-to:user-agent;\n\tbh=Y0S5c2cma8ZqUhuWYqaJ6DGfZw97f4UE8lLbSi8o0dw=;\n\tb=YPtaPpNeHInKY/0wwhdAm8iCgu9wukH1ha83cQAQQ7A9IH9Ixl7hi4CNbpW583Y825\n\tXJQWKdSkWebGGrB7y6Ez28K+eH17zuxA4fhkcy8/SZeONJHZ9yG+ysEyUpK3IxHmeFHr\n\tA7RVsBclEUiSYD4zIHJZnXyScdjQ0wOlnn0KTN2qx8DBjtorNB4bHYY3eevXzbF1JTQH\n\tp8TYNpV86bKznGVMI+rPW9VTqNqOKrNyVbT/Gu0NFhTa3+Xpp8BuIwNcYYItQVpDbF2S\n\t+O9yfzWztIbPtRA06dFBA3vmq2zxEI3+FncWlaGANk+uc985A/JcaeIoakJ3bR/MdoSq\n\tsWRA==","X-Gm-Message-State":"AHPjjUg9uI80MaW1dZObRSVwJxq8vBp4hCWbtjW208T/B5qtkNYu5Ez9\n\tXkcLRBII3OPsyF5i","X-Google-Smtp-Source":"AOwi7QCw0GE1PIT7SiUBhcQnkHEg4BKNrZBGnYfUamtc2okP5DBsoSxfC2CxRbFHHRFaC/I7skDDxw==","X-Received":"by 10.37.109.139 with SMTP id i133mr3058992ybc.258.1505269717129;\n\tTue, 12 Sep 2017 19:28:37 -0700 (PDT)","Date":"Tue, 12 Sep 2017 22:28:34 -0400","From":"Tom Rini <trini@konsulko.com>","To":"Rob Clark <robdclark@gmail.com>","Message-ID":"<20170913022834.GI4474@bill-the-cat>","References":"<20170909104746.5948-3-robdclark@gmail.com>","MIME-Version":"1.0","In-Reply-To":"<20170909104746.5948-3-robdclark@gmail.com>","User-Agent":"Mutt/1.5.21 (2010-09-15)","Cc":"U-Boot Mailing List <u-boot@lists.denx.de>,\n\tHeinrich Schuchardt <xypron.glpk@gmx.de>","Subject":"Re: [U-Boot] [U-Boot,v2,2/5] lib: add some utf16 handling helpers","X-BeenThere":"u-boot@lists.denx.de","X-Mailman-Version":"2.1.18","Precedence":"list","List-Id":"U-Boot discussion <u-boot.lists.denx.de>","List-Unsubscribe":"<https://lists.denx.de/options/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=unsubscribe>","List-Archive":"<http://lists.denx.de/pipermail/u-boot/>","List-Post":"<mailto:u-boot@lists.denx.de>","List-Help":"<mailto:u-boot-request@lists.denx.de?subject=help>","List-Subscribe":"<https://lists.denx.de/listinfo/u-boot>,\n\t<mailto:u-boot-request@lists.denx.de?subject=subscribe>","Content-Type":"multipart/mixed;\n\tboundary=\"===============7644669132883364377==\"","Errors-To":"u-boot-bounces@lists.denx.de","Sender":"\"U-Boot\" <u-boot-bounces@lists.denx.de>"}}]