OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Functions | |
VOID | UserUnicodeCollationInstallProtocol (OUT EFI_UNICODE_COLLATION_PROTOCOL **Interface) |
Variables | |
UINT8 | _gPcd_FixedAtBuild_PcdUefiVariableDefaultLang [4] = { 101, 110, 103, 0 } |
UINT8 | _gPcd_FixedAtBuild_PcdUefiVariableDefaultPlatformLang [6] = { 101, 110, 45, 85, 83, 0 } |
Copyright (c) 2023, Savva Mitrofanov. All rights reserved. SPDX-License-Identifier: BSD-3-Clause
Definition in file UserUnicodeCollation.c.
VOID UserUnicodeCollationInstallProtocol | ( | OUT EFI_UNICODE_COLLATION_PROTOCOL ** | Interface | ) |
Userspace English unicode collation protocol implementation.
This function initializes unicode character mapping and then install Unicode Collation protocol on given interface.
[in] | Interface | Interface into which protocol should be installed |
Definition at line 13 of file UserUnicodeCollation.c.
UINT8 _gPcd_FixedAtBuild_PcdUefiVariableDefaultLang[4] = { 101, 110, 103, 0 } |
Definition at line 9 of file UserUnicodeCollation.c.
UINT8 _gPcd_FixedAtBuild_PcdUefiVariableDefaultPlatformLang[6] = { 101, 110, 45, 85, 83, 0 } |
Definition at line 10 of file UserUnicodeCollation.c.