edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe
Michael D Kinney faeee00490 MdeModulePkg/FvSimpleFileSystemDxe: Remove Iso639Language
PR #11380 that removed the Unicode Collation Protocol
introduced a logic bug in the use of GetBestLanguage().
Iso639Language would always be computed to TRUE when it
should always be passed to GetBestLanguage() as FALSE
once Unicode Collation Protocol is removed.

Update InitializeUnicodeCollationSupportWorker() to
remove the local variable Iso639Language and always
call GetBestLanguage() with the Iso639Language parameter
set to FALSE.

Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
2025-10-14 01:45:12 +00:00
..
ComponentName.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
FvSimpleFileSystem.c MdeModulePkg: FvSimpleFileSystemDxe cumulative codeql issues. 2025-07-17 15:36:06 +08:00
FvSimpleFileSystem.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
FvSimpleFileSystemDxe.inf MdeModulePkg: Deprecate EFI_UNICODE_COLLATION_PROTOCOL_GUID 2025-09-05 13:50:50 +00:00
FvSimpleFileSystemEntryPoint.c MdeModulePkg/FvSimpleFileSystemDxe: Remove Iso639Language 2025-10-14 01:45:12 +00:00
FvSimpleFileSystemExtra.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
FvSimpleFileSystemInternal.h MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00