commit | b5dd265ffd3c9daada27da628d08a2e5e6256fa5 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jun 12 21:06:28 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 14 19:18:40 2019 +0200 |
tree | 2097e88d18f7387065a0c09c06ad9107db5cd98b | |
parent | e6e62e0e57e502f95a60a39ada532a5fd355b81a [diff] |
efi_loader: legal characters in StrToFat() The UEFI specification does not specify if the characters that have to be replaced by underscore in function StrToFat() of the Unicode collation protocol are those forbidden in FAT long names or those in FAT short names. EDK2 and UEFI SCT assume it is those forbidden in FAT 8.3 short names. Adjust the list of forbidden characters. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>