commit | 8ecd33a0f22f0c88dcbdd84ebd66f02e21509920 | [log] [tgz] |
---|---|---|
author | Janne Grunau <j@jannau.net> | Sat Mar 16 22:50:24 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Mar 21 06:56:14 2024 +0100 |
tree | b6efdd37a6631f85fa90237c9b29189b7a277837 | |
parent | 69392858f41ef5d2c8abdeb2d78556fff06caf1d [diff] |
efi_selftest: Update StrToFat() unit test after CP473 map extension Test that Unicode code points which map to CP437 code points 1-31 are converted to '_'. This ensures no FAT file names do not contain chars which are control characters in other code pages (CP 1250 for example). Signed-off-by: Janne Grunau <j@jannau.net> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>