From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web10.4135.1607402760929017561 for ; Mon, 07 Dec 2020 20:46:02 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Tue, 08 Dec 2020 12:45:56 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , , "'Wu, Hao A'" Cc: "'Chang, Abner \(HPS SW/FW Technologist\)'" , "'Wang, Jian J'" , "'Wang, Nickle \(HPS SW\)'" , "'O'Hanley, Peter \(EXL\)'" References: <20201207053655.29101-1-abner.chang@hpe.com> <20201207053655.29101-2-abner.chang@hpe.com> <20201207172039.GF1664@vanye> In-Reply-To: <20201207172039.GF1664@vanye> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHY0IDEvNl0gTWRlTW9kdWxlUGtnL1VjczJVdGY4bGliOiBVQ1MyIHRvIFVGVDggbWFuaXB1bGF0aW9uIGxpYnJhcnk=?= Date: Tue, 8 Dec 2020 12:45:56 +0800 Message-ID: <007b01d6cd1d$04cf79e0$0e6e6da0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQDzyZNtTSPq5210SpQTNixO/wTlDQIHjil9AXZF6YcCFPr7cQIv3d+yAqkhCH2rX0hO4A== Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Hao: I agree your comments to add this library into RedfishPkg first.=20 Thanks Liming > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: bounce+27952+68385+4905953+8761045@groups.io > =B4=FA=B1=ED Leif Lindhol= m > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA12=D4=C28=C8=D5 1:21 > =CA=D5=BC=FE=C8=CB: Wu, Hao A > =B3=AD=CB=CD: Chang, Abner (HPS SW/FW Technologist) ; > devel@edk2.groups.io; Liming Gao ; Wang, Jian > J ; Wang, Nickle (HPS SW) ; > O'Hanley, Peter (EXL) > =D6=F7=CC=E2: Re: [edk2-devel] [PATCH v4 1/6] MdeModulePkg/Ucs2Utf8lib: = UCS2 to > UFT8 manipulation library >=20 > Hi Hao Wu, >=20 > On Mon, Dec 07, 2020 at 07:34:21 +0000, Wu, Hao A wrote: > > > > For me, the Ucs2Utf8lib case is kind of similar with the jansson > > > > library case for the Redfish feature. > > > > If the current consumer is only the jansson library under the > > > > RedfishPkg, I would suggest to put the Ucs2Utf8lib under RedfishPk= g > first. > > > > We can move this library to a more generic place if there are more > > > > consumers. > > > > > > > > Best Regards, > > > > Hao Wu > > > > > > Hi Hao, I have no problem with this. Will send patches again. > > > Thanks > > > > > > Thanks Abner. > > Leif and Liming, do you have comments on this? Thanks. >=20 > I was the one who suggested Abner try to add it to MdeModulePkg, since > it sounded to me like a generically useful thing to have. >=20 > But I understand the argument that it should not live there until it > is known to have multiple users, and I am OK with that. >=20 > Best Regards, >=20 > Leif >=20 > > Best Regards, > > Hao Wu > > > > > > > > > > > > > > > > > > > > > > > > > Signed-off-by: Abner Chang > > > > > > > > > > Cc: Jian J Wang > > > > > Cc: Hao A Wu > > > > > Cc: Liming Gao > > > > > Cc: Leif Lindholm > > > > > Cc: Nickle Wang > > > > > Cc: Peter O'Hanley > > > > > --- > > > > > .../Include/Library/BaseUcs2Utf8Lib.h | 69 +++ > > > > > .../Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.c | 417 > > > > ++++++++++++++++++ > > > > > .../BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf | 30 ++ > > > > > MdeModulePkg/MdeModulePkg.dec | 5 + > > > > > MdeModulePkg/MdeModulePkg.dsc | 2 + > > > > > 5 files changed, 523 insertions(+) > > > > > create mode 100644 > MdeModulePkg/Include/Library/BaseUcs2Utf8Lib.h > > > > > create mode 100644 > > > > > MdeModulePkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.c > > > > > create mode 100644 > > > > > MdeModulePkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf > > > > > > > > > > diff --git a/MdeModulePkg/Include/Library/BaseUcs2Utf8Lib.h > > > > > b/MdeModulePkg/Include/Library/BaseUcs2Utf8Lib.h > > > > > new file mode 100644 > > > > > index 0000000000..51ae924929 > > > > > --- /dev/null > > > > > +++ b/MdeModulePkg/Include/Library/BaseUcs2Utf8Lib.h > > > > > @@ -0,0 +1,69 @@ > > > > > +/** @file > > > > > + UCS2 to UTF8 manipulation library header file. > > > > > + > > > > > + Copyright (c) 2019, Intel Corporation. All rights reserved. > > > > > + (C) Copyright 2020 Hewlett Packard Enterprise Development > LP
> > > > > + > > > > > + SPDX-License-Identifier: BSD-2-Clause-Patent > > > > > + > > > > > +**/ > > > > > + > > > > > +#ifndef BASE_UCS2UTF8_LIB_H_ > > > > > +#define BASE_UCS2UTF8_LIB_H_ > > > > > + > > > > > +#include > > > > > +#include > > > > > +#include > > > > > +#include > > > > > +#include > > > > > +#include > > > > > +#include > > > > > + > > > > > +/// > > > > > +/// L"\u0000" > > > > > +/// > > > > > +#define UNICODE_FORMAT_LEN 6 > > > > > +#define UNICODE_FORMAT_CHAR_LEN 2 > > > > > +#define UNICODE_FORMAT_CHAR_SIZE 3 > > > > > + > > > > > +#define UTF8_BUFFER_FOR_UCS2_MAX_SIZE 3 > > > > > + > > > > > +/** > > > > > + Convert a UCS2 string to a UTF8 encoded string. > > > > > + > > > > > + @param[in] Ucs2Str The provided UCS2 > string. > > > > > + @param[out] Utf8StrAddr The converted UTF8 > string address. > > > > Caller > > > > > + is responsible for > Free this string. > > > > > + > > > > > + @retval EFI_INVALID_PARAMETER One or more > parameters are > > > > invalid. > > > > > + @retval EFI_OUT_OF_RESOURCES System runs out of > resources. > > > > > + @retval EFI_SUCCESS The UTF8 encoded > string has been > > > > > converted. > > > > > + > > > > > +**/ > > > > > +EFI_STATUS > > > > > +UCS2StrToUTF8 ( > > > > > + IN CHAR16 *Ucs2Str, > > > > > + OUT CHAR8 **Utf8StrAddr > > > > > + ); > > > > > + > > > > > +/** > > > > > + Convert a UTF8 encoded string to a UCS2 string. > > > > > + > > > > > + @param[in] Utf8Str The provided UTF8 > encoded string. > > > > > + @param[out] Ucs2StrAddr The converted UCS2 > string address. > > > > > Caller > > > > > + is responsible for > Free this string. > > > > > + > > > > > + @retval EFI_INVALID_PARAMETER The UTF8 encoded > string is not > > > > valid > > > > > to > > > > > + convert to UCS2 > string. > > > > > + One or more > parameters are invalid. > > > > > + @retval EFI_OUT_OF_RESOURCES System runs out of > resources. > > > > > + @retval EFI_SUCCESS The UCS2 string has > been converted. > > > > > + > > > > > +**/ > > > > > +EFI_STATUS > > > > > +UTF8StrToUCS2 ( > > > > > + IN CHAR8 *Utf8Str, > > > > > + OUT CHAR16 **Ucs2StrAddr > > > > > + ); > > > > > + > > > > > +#endif > > > > > diff --git > a/MdeModulePkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.c > > > > > b/MdeModulePkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.c > > > > > new file mode 100644 > > > > > index 0000000000..6cff109a5c > > > > > --- /dev/null > > > > > +++ b/MdeModulePkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.c > > > > > @@ -0,0 +1,417 @@ > > > > > +/** @file > > > > > + UCS2 to UTF8 manipulation library. > > > > > + > > > > > + Copyright (c) 2018 - 2019, Intel Corporation. All rights > > > > > + reserved.
> > > > > + (C) Copyright 2020 Hewlett Packard Enterprise Development > LP
> > > > > + > > > > > + SPDX-License-Identifier: BSD-2-Clause-Patent > > > > > + > > > > > +**/ > > > > > + > > > > > +#include > > > > > + > > > > > +/** > > > > > + Since each UCS2 character can be represented by 1-3 UTF8 > encoded > > > > > +characters, > > > > > + this function is used to retrieve the UTF8 encoding size for = a > > > > > +UCS2 > > > > > character. > > > > > + > > > > > + @param[in] Utf8Buffer The buffer for UTF8 encoded > data. > > > > > + > > > > > + @retval Return the size of UTF8 encoding string or 0 if = it is > not for > > > > > + UCS2 format. > > > > > + > > > > > +**/ > > > > > +UINT8 > > > > > +GetUTF8SizeForUCS2 ( > > > > > + IN CHAR8 *Utf8Buffer > > > > > + ) > > > > > +{ > > > > > + CHAR8 TempChar; > > > > > + UINT8 Utf8Size; > > > > > + > > > > > + ASSERT (Utf8Buffer !=3D NULL); > > > > > + > > > > > + TempChar =3D *Utf8Buffer; > > > > > + if ((TempChar & 0xF0) =3D=3D 0xF0) { > > > > > + > > > > > + // > > > > > + // This format is not for UCS2. > > > > > + // > > > > > + return 0; > > > > > + } > > > > > + > > > > > + Utf8Size =3D 1; > > > > > + if ((TempChar & 0x80) =3D=3D 0x80) { > > > > > + if ((TempChar & 0xC0) =3D=3D 0xC0) { > > > > > + > > > > > + Utf8Size ++; > > > > > + if ((TempChar & 0xE0) =3D=3D 0xE0) { > > > > > + > > > > > + Utf8Size ++; > > > > > + } > > > > > + } > > > > > + } > > > > > + > > > > > + return Utf8Size; > > > > > +} > > > > > + > > > > > +/** > > > > > + Since each UCS2 character can be represented by the format: > > > > > +\uXXXX, this function > > > > > + is used to retrieve the UCS2 character from a Unicode format. > > > > > + Call MUST make sure there are at least 6 Bytes in the input UTF8 > buffer. > > > > > + > > > > > + @param[in] Utf8Buffer The buffer for UTF8 > encoded data. > > > > > + @param[out] Ucs2Char The converted UCS2 > character. > > > > > + > > > > > + @retval EFI_INVALID_PARAMETER Non-Ascii characters > found in the > > > > > hexadecimal > > > > > + digits string, and > can't be converted to a UCS2 > > > > > + character. > > > > > + @retval EFI_SUCCESS The UCS2 character > has been retrieved. > > > > > + > > > > > +**/ > > > > > +EFI_STATUS > > > > > +GetUCS2CharByFormat ( > > > > > + IN CHAR8 *Utf8Buffer, > > > > > + OUT CHAR16 *Ucs2Char > > > > > + ) > > > > > +{ > > > > > + UINT8 Num1; > > > > > + UINT8 Num2; > > > > > + UINT8 Index; > > > > > + CHAR8 Ucs2CharFormat[UNICODE_FORMAT_CHAR_SIZE]; > /// two > > > > > Hexadecimal digits Ascii string, like "3F" > > > > > + > > > > > + for (Index =3D 0; Index < 4; Index ++) { > > > > > + if ((*(Utf8Buffer + 2 + Index) & 0x80) !=3D 0x00) { > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + } > > > > > + > > > > > + ZeroMem (Ucs2CharFormat, UNICODE_FORMAT_CHAR_SIZE); > > > > > + > > > > > + // > > > > > + // Get the First Number, Offset is 2 // CopyMem > > > > > + (Ucs2CharFormat, Utf8Buffer + 2, > > > > > UNICODE_FORMAT_CHAR_LEN); > > > > > + Num1 =3D (UINT8) AsciiStrHexToUintn (Ucs2CharFormat); > > > > > + > > > > > + // > > > > > + // Get the Second Number, Offset is 4 // CopyMem > > > > > + (Ucs2CharFormat, Utf8Buffer + 4, UNICODE_FORMAT_CHAR_LEN); > > > > > + Num2 =3D (UINT8) AsciiStrHexToUintn (Ucs2CharFormat); > > > > > + > > > > > + // > > > > > + // Ucs2Char is Little-Endian > > > > > + // > > > > > + *((CHAR8 *) Ucs2Char) =3D Num2; > > > > > + *(((CHAR8 *) Ucs2Char) + 1) =3D Num1; > > > > > + > > > > > + return EFI_SUCCESS; > > > > > +} > > > > > + > > > > > +/** > > > > > + Convert a UCS2 character to UTF8 encoding string. > > > > > + > > > > > + @param[in] Ucs2Char The provided UCS2 > character. > > > > > + @param[out] Utf8Buffer The converted UTF8 > encoded data. > > > > > + > > > > > + @retval Return the size of UTF8 encoding data for this UCS2 > character. > > > > > + > > > > > +**/ > > > > > +UINT8 > > > > > +UCS2CharToUTF8 ( > > > > > + IN CHAR16 Ucs2Char, > > > > > + OUT CHAR8 *Utf8Buffer > > > > > + ) > > > > > +{ > > > > > + UINT16 Ucs2Number; > > > > > + > > > > > + ASSERT (Utf8Buffer !=3D NULL); > > > > > + > > > > > + Ucs2Number =3D (UINT16) Ucs2Char; > > > > > + if (Ucs2Number <=3D 0x007F) { > > > > > + > > > > > + // > > > > > + // UTF8 format: 0xxxxxxx > > > > > + // > > > > > + *Utf8Buffer =3D Ucs2Char & 0x7F; > > > > > + return 1; > > > > > + > > > > > + } else if (Ucs2Number >=3D 0x0080 && Ucs2Number <=3D 0x07FF) = { > > > > > + > > > > > + // > > > > > + // UTF8 format: 110xxxxx 10xxxxxx > > > > > + // > > > > > + *(Utf8Buffer + 1) =3D (Ucs2Char & 0x3F) | 0x80; > > > > > + *Utf8Buffer =3D ((Ucs2Char >> 6) & 0x1F) | 0xC0; > > > > > + return 2; > > > > > + > > > > > + } else { /// Ucs2Number >=3D 0x0800 && Ucs2Number <=3D 0xFFF= F > > > > > + > > > > > + // > > > > > + // UTF8 format: 1110xxxx 10xxxxxx 10xxxxxx > > > > > + // > > > > > + *(Utf8Buffer + 2) =3D (Ucs2Char & 0x3F) | 0x80; > > > > > + *(Utf8Buffer + 1) =3D ((Ucs2Char >> 6) & 0x3F) | 0x80; > > > > > + *Utf8Buffer =3D ((Ucs2Char >> 12) & 0x0F) | 0xE0; > > > > > + return 3; > > > > > + } > > > > > +} > > > > > + > > > > > +/** > > > > > + Convert a UTF8 encoded data to a UCS2 character. > > > > > + > > > > > + @param[in] Utf8Buffer The provided UTF8 > encoded data. > > > > > + @param[out] Ucs2Char The converted UCS2 > character. > > > > > + > > > > > + @retval EFI_INVALID_PARAMETER The UTF8 encoded > string is not > > > > valid > > > > > or > > > > > + not for UCS2 > character. > > > > > + @retval EFI_SUCCESS The converted UCS2 > character. > > > > > + > > > > > +**/ > > > > > +EFI_STATUS > > > > > +UTF8ToUCS2Char ( > > > > > + IN CHAR8 *Utf8Buffer, > > > > > + OUT CHAR16 *Ucs2Char > > > > > + ) > > > > > +{ > > > > > + UINT8 Utf8Size; > > > > > + CHAR8 *Ucs2Buffer; > > > > > + CHAR8 TempChar1; > > > > > + CHAR8 TempChar2; > > > > > + CHAR8 TempChar3; > > > > > + > > > > > + ASSERT (Utf8Buffer !=3D NULL && Ucs2Char !=3D NULL); ZeroMem > > > > > + (Ucs2Char, sizeof (CHAR16)); Ucs2Buffer =3D (CHAR8 *) Ucs2Cha= r; > > > > > + > > > > > + Utf8Size =3D GetUTF8SizeForUCS2 (Utf8Buffer); switch (Utf8Si= ze) { > > > > > + > > > > > + case 1: > > > > > + > > > > > + // > > > > > + // UTF8 format: 0xxxxxxx > > > > > + // > > > > > + TempChar1 =3D *Utf8Buffer; > > > > > + if ((TempChar1 & 0x80) !=3D 0x00) { > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + > > > > > + *Ucs2Buffer =3D TempChar1; > > > > > + *(Ucs2Buffer + 1) =3D 0; > > > > > + break; > > > > > + > > > > > + case 2: > > > > > + > > > > > + // > > > > > + // UTF8 format: 110xxxxx 10xxxxxx > > > > > + // > > > > > + TempChar1 =3D *Utf8Buffer; > > > > > + if ((TempChar1 & 0xE0) !=3D 0xC0) { > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + > > > > > + TempChar2 =3D *(Utf8Buffer + 1); > > > > > + if ((TempChar2 & 0xC0) !=3D 0x80) { > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + > > > > > + *Ucs2Buffer =3D (TempChar1 << 6) + (TempChar2 & > 0x3F); > > > > > + *(Ucs2Buffer + 1) =3D (TempChar1 >> 2) & 0x07; > > > > > + break; > > > > > + > > > > > + case 3: > > > > > + > > > > > + // > > > > > + // UTF8 format: 1110xxxx 10xxxxxx 10xxxxxx > > > > > + // > > > > > + TempChar1 =3D *Utf8Buffer; > > > > > + if ((TempChar1 & 0xF0) !=3D 0xE0) { > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + > > > > > + TempChar2 =3D *(Utf8Buffer + 1); > > > > > + if ((TempChar2 & 0xC0) !=3D 0x80) { > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + > > > > > + TempChar3 =3D *(Utf8Buffer + 2); > > > > > + if ((TempChar3 & 0xC0) !=3D 0x80) { > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + > > > > > + *Ucs2Buffer =3D (TempChar2 << 6) + (TempChar3 & > 0x3F); > > > > > + *(Ucs2Buffer + 1) =3D (TempChar1 << 4) + ((TempChar2 >> 2= ) & > > > > > + 0x0F); > > > > > + > > > > > + break; > > > > > + > > > > > + default: > > > > > + > > > > > + return EFI_INVALID_PARAMETER; } > > > > > + > > > > > + return EFI_SUCCESS; > > > > > +} > > > > > + > > > > > +/** > > > > > + Convert a UCS2 string to a UTF8 encoded string. > > > > > + > > > > > + @param[in] Ucs2Str The provided UCS2 > string. > > > > > + @param[out] Utf8StrAddr The converted UTF8 > string address. > > > > Caller > > > > > + is responsible for > Free this string. > > > > > + > > > > > + @retval EFI_INVALID_PARAMETER One or more > parameters are > > > > invalid. > > > > > + @retval EFI_OUT_OF_RESOURCES System runs out of > resources. > > > > > + @retval EFI_SUCCESS The UTF8 encoded > string has been > > > > > converted. > > > > > + > > > > > +**/ > > > > > +EFI_STATUS > > > > > +UCS2StrToUTF8 ( > > > > > + IN CHAR16 *Ucs2Str, > > > > > + OUT CHAR8 **Utf8StrAddr > > > > > + ) > > > > > +{ > > > > > + UINTN Ucs2StrIndex; > > > > > + UINTN Ucs2StrLength; > > > > > + CHAR8 *Utf8Str; > > > > > + UINTN Utf8StrLength; > > > > > + UINTN Utf8StrIndex; > > > > > + CHAR8 Utf8Buffer[UTF8_BUFFER_FOR_UCS2_MAX_SIZE]; > > > > > + UINT8 Utf8BufferSize; > > > > > + > > > > > + if (Ucs2Str =3D=3D NULL || Utf8StrAddr =3D=3D NULL) { > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + > > > > > + Ucs2StrLength =3D StrLen (Ucs2Str); Utf8StrLength =3D 0; > > > > > + > > > > > + for (Ucs2StrIndex =3D 0; Ucs2StrIndex < Ucs2StrLength; > Ucs2StrIndex > > > > > + ++) { > > > > > + > > > > > + ZeroMem (Utf8Buffer, sizeof (Utf8Buffer)); > > > > > + Utf8BufferSize =3D UCS2CharToUTF8 (Ucs2Str[Ucs2StrIndex], > Utf8Buffer); > > > > > + Utf8StrLength +=3D Utf8BufferSize; } > > > > > + > > > > > + Utf8Str =3D AllocateZeroPool (Utf8StrLength + 1); if (Utf8St= r =3D=3D > > > > > + NULL) { > > > > > + return EFI_OUT_OF_RESOURCES; > > > > > + } > > > > > + > > > > > + Utf8StrIndex =3D 0; > > > > > + for (Ucs2StrIndex =3D 0; Ucs2StrIndex < Ucs2StrLength; > Ucs2StrIndex > > > > > + ++) { > > > > > + > > > > > + ZeroMem (Utf8Buffer, sizeof (Utf8Buffer)); > > > > > + Utf8BufferSize =3D UCS2CharToUTF8 (Ucs2Str[Ucs2StrIndex], > > > > > + Utf8Buffer); > > > > > + > > > > > + CopyMem (Utf8Str + Utf8StrIndex, Utf8Buffer, Utf8BufferSize= ); > > > > > + Utf8StrIndex +=3D Utf8BufferSize; } > > > > > + > > > > > + Utf8Str[Utf8StrIndex] =3D '\0'; > > > > > + *Utf8StrAddr =3D Utf8Str; > > > > > + > > > > > + return EFI_SUCCESS; > > > > > +} > > > > > + > > > > > +/** > > > > > + Convert a UTF8 encoded string to a UCS2 string. > > > > > + > > > > > + @param[in] Utf8Str The provided UTF8 > encoded string. > > > > > + @param[out] Ucs2StrAddr The converted UCS2 > string address. > > > > > Caller > > > > > + is responsible for > Free this string. > > > > > + > > > > > + @retval EFI_INVALID_PARAMETER The UTF8 encoded > string is not > > > > valid > > > > > to > > > > > + convert to UCS2 > string. > > > > > + One or more > parameters are invalid. > > > > > + @retval EFI_OUT_OF_RESOURCES System runs out of > resources. > > > > > + @retval EFI_SUCCESS The UCS2 string has > been converted. > > > > > + > > > > > +**/ > > > > > +EFI_STATUS > > > > > +UTF8StrToUCS2 ( > > > > > + IN CHAR8 *Utf8Str, > > > > > + OUT CHAR16 **Ucs2StrAddr > > > > > + ) > > > > > +{ > > > > > + EFI_STATUS Status; > > > > > + UINTN Utf8StrIndex; > > > > > + UINTN Utf8StrLength; > > > > > + UINTN Ucs2StrIndex; > > > > > + UINT8 Utf8BufferSize; > > > > > + CHAR16 *Ucs2StrTemp; > > > > > + > > > > > + if (Utf8Str =3D=3D NULL || Ucs2StrAddr =3D=3D NULL) { > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + > > > > > + // > > > > > + // It is not an Ascii string, calculate string length. > > > > > + // > > > > > + Utf8StrLength =3D 0; > > > > > + while (*(Utf8Str + Utf8StrLength) !=3D '\0') { > > > > > + Utf8StrLength ++; > > > > > + } > > > > > + > > > > > + // > > > > > + // UCS2 string shall not be longer than the UTF8 string. > > > > > + // > > > > > + Ucs2StrTemp =3D AllocateZeroPool ((Utf8StrLength + 1) * sizeo= f > > > > > + (CHAR16)); if (Ucs2StrTemp =3D=3D NULL) { > > > > > + return EFI_OUT_OF_RESOURCES; > > > > > + } > > > > > + > > > > > + Utf8StrIndex =3D 0; > > > > > + Ucs2StrIndex =3D 0; > > > > > + while (Utf8Str[Utf8StrIndex] !=3D '\0') { > > > > > + > > > > > + if (CompareMem (Utf8Str + Utf8StrIndex, "\\u", 2) =3D=3D 0 = && > > > > > + Utf8StrLength - Utf8StrIndex >=3D UNICODE_FORMAT_LEN) { > > > > > + > > > > > + Status =3D GetUCS2CharByFormat (Utf8Str + Utf8StrIndex, > > > > > + Ucs2StrTemp + > > > > > Ucs2StrIndex); > > > > > + if (!EFI_ERROR (Status)) { > > > > > + > > > > > + Utf8StrIndex +=3D UNICODE_FORMAT_LEN; > > > > > + Ucs2StrIndex ++; > > > > > + } else { > > > > > + > > > > > + StrCpyS (Ucs2StrTemp + Ucs2StrIndex, 3, L"\\u"); > > > > > + > > > > > + Ucs2StrIndex +=3D 2; > > > > > + Utf8StrIndex +=3D 2; > > > > > + } > > > > > + } else { > > > > > + > > > > > + Utf8BufferSize =3D GetUTF8SizeForUCS2 (Utf8Str + > Utf8StrIndex); > > > > > + if (Utf8BufferSize =3D=3D 0 || Utf8StrLength - Utf8StrInd= ex < > > > > > + Utf8BufferSize) { > > > > > + > > > > > + FreePool (Ucs2StrTemp); > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + > > > > > + Status =3D UTF8ToUCS2Char (Utf8Str + Utf8StrIndex, > Ucs2StrTemp > > > > > + + > > > > > Ucs2StrIndex); > > > > > + if (EFI_ERROR (Status)) { > > > > > + > > > > > + FreePool (Ucs2StrTemp); > > > > > + return EFI_INVALID_PARAMETER; > > > > > + } > > > > > + > > > > > + Ucs2StrIndex ++; > > > > > + Utf8StrIndex +=3D Utf8BufferSize; > > > > > + } > > > > > + } > > > > > + > > > > > + *Ucs2StrAddr =3D AllocateZeroPool ((Ucs2StrIndex + 1) * sizeo= f > > > > > + (CHAR16)); if (*Ucs2StrAddr =3D=3D NULL) { > > > > > + > > > > > + FreePool (Ucs2StrTemp); > > > > > + return EFI_OUT_OF_RESOURCES; > > > > > + } > > > > > + > > > > > + StrCpyS (*Ucs2StrAddr, Ucs2StrIndex + 1, Ucs2StrTemp); > > > > > + *(*Ucs2StrAddr + Ucs2StrIndex) =3D L'\0'; FreePool (Ucs2StrTe= mp); > > > > > + > > > > > + return EFI_SUCCESS; > > > > > +} > > > > > + > > > > > diff --git > > > > > a/MdeModulePkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf > > > > > b/MdeModulePkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf > > > > > new file mode 100644 > > > > > index 0000000000..93efb1fb88 > > > > > --- /dev/null > > > > > +++ b/MdeModulePkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf > > > > > @@ -0,0 +1,30 @@ > > > > > +## @file > > > > > +# UCS2 to UTF8 manipulation library. > > > > > +# > > > > > +# Copyright (c) 2019, Intel Corporation. All rights reserved. # > > > > > +(C) Copyright 2020 Hewlett Packard Enterprise Development LP > # > > > > > +# SPDX-License-Identifier: BSD-2-Clause-Patent > > > > > +# > > > > > +## > > > > > + > > > > > +[Defines] > > > > > + INF_VERSION =3D 0x0001001b > > > > > + BASE_NAME =3D BaseUcs2Utf8Lib > > > > > + FILE_GUID =3D > 536646C3-46D0-4B12-ABC4-CDE1A33B5256 > > > > > + MODULE_TYPE =3D BASE > > > > > + VERSION_STRING =3D 1.0 > > > > > + LIBRARY_CLASS =3D Ucs2Utf8Lib > > > > > + > > > > > +# > > > > > +# VALID_ARCHITECTURES =3D IA32 X64 ARM AARCH64 > RISCV64 > > > > > +# > > > > > + > > > > > +[Sources.common] > > > > > + BaseUcs2Utf8Lib.c > > > > > + > > > > > +[Packages] > > > > > + MdePkg/MdePkg.dec > > > > > + MdeModulePkg/MdeModulePkg.dec > > > > > + > > > > > + > > > > > diff --git a/MdeModulePkg/MdeModulePkg.dec > > > > > b/MdeModulePkg/MdeModulePkg.dec index > 9b52b34494..1cd8c6392d > > > > > 100644 > > > > > --- a/MdeModulePkg/MdeModulePkg.dec > > > > > +++ b/MdeModulePkg/MdeModulePkg.dec > > > > > @@ -154,6 +154,11 @@ > > > > > # > > > > > > VariablePolicyHelperLib|Include/Library/VariablePolicyHelperLib.h > > > > > > > > > > + ## @libraryclass This library provides UCS2 to UTF8 > manipulation > > > > > + # functions. > > > > > + # > > > > > + Ucs2Utf8Lib|Include/Library/BaseUcs2Utf8Lib.h > > > > > + > > > > > [Guids] > > > > > ## MdeModule package token space guid > > > > > # Include/Guid/MdeModulePkgTokenSpace.h > > > > > diff --git a/MdeModulePkg/MdeModulePkg.dsc > > > > > b/MdeModulePkg/MdeModulePkg.dsc index > 90165ca443..85e2daeeea > > > > > 100644 > > > > > --- a/MdeModulePkg/MdeModulePkg.dsc > > > > > +++ b/MdeModulePkg/MdeModulePkg.dsc > > > > > @@ -43,6 +43,7 @@ > > > > > PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf > > > > > > > > > > > > > > > PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/Base > > > > > PeCoffGetEntryPointLib.inf > > > > > SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf > > > > > + > > > > > > > > > > Ucs2Utf8Lib|MdeModulePkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf > > > > > # > > > > > # UEFI & PI > > > > > # > > > > > @@ -212,6 +213,7 @@ > > > > > > MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.inf > > > > > > > > > > MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf > > > > > + MdeModulePkg/Library/BaseUcs2Utf8Lib/BaseUcs2Utf8Lib.inf > > > > > MdeModulePkg/Logo/Logo.inf > > > > > MdeModulePkg/Logo/LogoDxe.inf > > > > > MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf > > > > > -- > > > > > 2.17.1 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >=20 >=20 >=20 >=20