Re: [PATCH v3 7/7] efi_selftest: Update StrToFat() unit test after CP473 map extension

2024-03-17 Thread Heinrich Schuchardt
On 3/16/24 22:50, Janne Grunau via B4 Relay wrote: From: Janne Grunau 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-b

[PATCH v3 7/7] efi_selftest: Update StrToFat() unit test after CP473 map extension

2024-03-16 Thread Janne Grunau via B4 Relay
From: Janne Grunau 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 --- lib/efi_selftest/efi_selftest_u