Re: [edk2-devel] [PATCH v2 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-09-02 Thread Tomas Pilar (tpilar)
@edk2.groups.io on behalf of Liming Gao Sent: 02 September 2019 04:13 To: Devel EDK2; Tom Zhao Cc: Kinney, Michael D Subject: Re: [edk2-devel] [PATCH v2 1/1] MdePkg: UefiLib: Add a function to check if a language is supported Tom: New API IsLanguageSupported() only supports RFC 4646 language code

Re: [edk2-devel] [PATCH v2 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-09-02 Thread Tom Zhao
;> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Tom >> Zhao >> Sent: Friday, August 30, 2019 7:34 PM >> To: devel@edk2.groups.io >> Cc: Gao, Liming ; Kinney, Michael D >> >> Subject: [edk2-devel] [PATCH v2 1/1] MdePkg: UefiLib: Add a

Re: [edk2-devel] [PATCH v2 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-09-01 Thread Liming Gao
Message- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Tom Zhao > Sent: Friday, August 30, 2019 7:34 PM > To: devel@edk2.groups.io > Cc: Gao, Liming ; Kinney, Michael D > > Subject: [edk2-devel] [PATCH v2 1/1] MdePkg: UefiLib: Add a function to check &g

[edk2-devel] [PATCH v2 1/1] MdePkg: UefiLib: Add a function to check if a language is supported

2019-08-30 Thread Tom Zhao
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2100 Add a function that checks if a target language is in the supported languages list. Refactor UefiLib to use this function where appropriate internally. Cc: Michael D Kinney Cc: Liming Gao Signed-off-by: Tom Zhao --- MdePkg/Include/Library