mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
efi_loader: description efi_stri_coll()
Remove outdated TODO for efi_stri_coll(). efi_stri_coll() is already using the Unicode capitalization table. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
31e086e460
commit
be09372a71
1 changed files with 0 additions and 5 deletions
|
@ -43,11 +43,6 @@ const efi_guid_t efi_guid_unicode_collation_protocol2 =
|
|||
* See the Unified Extensible Firmware Interface (UEFI) specification for
|
||||
* details.
|
||||
*
|
||||
* TODO:
|
||||
* The implementation does not follow the Unicode collation algorithm.
|
||||
* For ASCII characters it results in the same sort order as EDK2.
|
||||
* We could use table UNICODE_CAPITALIZATION_TABLE for better results.
|
||||
*
|
||||
* Return: 0: s1 == s2, > 0: s1 > s2, < 0: s1 < s2
|
||||
*/
|
||||
static efi_intn_t EFIAPI efi_stri_coll(
|
||||
|
|
Loading…
Add table
Reference in a new issue