Re: [U-Boot] [PATCH v3 1/5] efi_loader: capitalization table

2018-09-03 Thread Alexander Graf
On 03.09.18 18:35, Heinrich Schuchardt wrote: > This patch provides a define to initialize a table that maps lower to > capital letters for Unicode code point 0x - 0x. > > Signed-off-by: Heinrich Schuchardt > --- > v3: > remove codes < 0x80 from tables for code pages 437 and 1250

[U-Boot] [PATCH v3 1/5] efi_loader: capitalization table

2018-09-03 Thread Heinrich Schuchardt
This patch provides a define to initialize a table that maps lower to capital letters for Unicode code point 0x - 0x. Signed-off-by: Heinrich Schuchardt --- v3: remove codes < 0x80 from tables for code pages 437 and 1250 sort tables for code pages 437 and 1250 v2: