OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
UserUnicodeCollation.c
Go to the documentation of this file.
1
6#include <UserPcd.h>
8
9UINT8 _gPcd_FixedAtBuild_PcdUefiVariableDefaultLang[4] = { 101, 110, 103, 0 };
10UINT8 _gPcd_FixedAtBuild_PcdUefiVariableDefaultPlatformLang[6] = { 101, 110, 45, 85, 83, 0 };
11
12VOID
14 OUT EFI_UNICODE_COLLATION_PROTOCOL **Interface
15 )
16{
18
19 *Interface = &gInternalUnicode2Eng;
20}
VOID OcUnicodeCollationInitializeMappingTables(VOID)
GLOBAL_REMOVE_IF_UNREFERENCED EFI_UNICODE_COLLATION_PROTOCOL gInternalUnicode2Eng
UINT8 _gPcd_FixedAtBuild_PcdUefiVariableDefaultPlatformLang[6]
UINT8 _gPcd_FixedAtBuild_PcdUefiVariableDefaultLang[4]
VOID UserUnicodeCollationInstallProtocol(OUT EFI_UNICODE_COLLATION_PROTOCOL **Interface)