commit | 10325b3aa9ac928be264207e0dc08356f1713f72 | [log] [tgz] |
---|---|---|
author | Gabor Toth <gabor.toth2@arm.com> | Fri Dec 08 11:46:38 2023 +0100 |
committer | Gabor Toth <gabor.toth2@arm.com> | Thu Jan 18 13:05:15 2024 +0100 |
tree | 4b429d08a0151ecdac45c244e9774fc6a5e96fdc | |
parent | 29620bf12127bf466d7fd21bbb666975f224d6e2 [diff] |
Eliminate std::wstring occurrences from uefi code UEFI defines strings to use 16 bits wide code values. Use std::u16string instead of wstring in C++ code for better portability. Change-Id: Id8c2cdddb796a62a3aa14a5200038cd613ea1c17 Signed-off-by: Gabor Toth <gabor.toth2@arm.com> Signed-off-by: Gyorgy Szing <gyorgy.szing@arm.com>