From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=jaben.carsey@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 88BDB2222C221 for ; Fri, 26 Jan 2018 07:46:03 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jan 2018 07:51:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,417,1511856000"; d="scan'208";a="22770962" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 26 Jan 2018 07:51:33 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 26 Jan 2018 07:51:33 -0800 Received: from fmsmsx103.amr.corp.intel.com ([169.254.2.47]) by FMSMSX155.amr.corp.intel.com ([169.254.5.47]) with mapi id 14.03.0319.002; Fri, 26 Jan 2018 07:51:32 -0800 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 0/2] User UnicodeCollation in StrinCmp Thread-Index: AQHTlotAskiEzeiNXkWLhlX+ig+26aOGTAAQ Date: Fri, 26 Jan 2018 15:51:32 +0000 Message-ID: References: <20180126095117.3328-1-ruiyu.ni@intel.com> In-Reply-To: <20180126095117.3328-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNGQ4NjAzN2EtZjMxZi00MGJmLWE1ZGUtMDUzZDAxNDBjMmViIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjNTMHZJMXdZY0p2YjY5Q0kyc3RuclJ2bjAwbFBVd2MyVXZod01JeUFwc009In0= x-ctpclassification: CTP_NT x-originating-ip: [10.1.200.106] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] User UnicodeCollation in StrinCmp X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Jan 2018 15:46:04 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable for series. Reviewed-by: Jaben Carsey > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Friday, January 26, 2018 1:51 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/2] User UnicodeCollation in StrinCmp > Importance: High >=20 > Ruiyu Ni (2): > ShellPkg/CommandLib: Locate proper UnicodeCollation instance > ShellPkg/Level2Command: Use UnicodeCollation in StrinCmp >=20 > .../UefiShellCommandLib/UefiShellCommandLib.c | 76 > ++++++++++++++++++---- > .../UefiShellCommandLib/UefiShellCommandLib.h | 3 +- > ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c | 4 +- > ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c | 4 +- > .../Library/UefiShellLevel2CommandsLib/TimeDate.c | 6 +- > .../UefiShellLevel2CommandsLib.c | 65 +++++++++-------= -- > .../UefiShellLevel2CommandsLib.h | 15 +++-- > 7 files changed, 116 insertions(+), 57 deletions(-) >=20 > -- > 2.15.1.windows.2 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel