mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
MdeModulePkg/SmiHandlerProfileInfo: Declare correct XML encoding
The code prints wide strings, so the content should be "utf-16" rather than "utf-8". Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
parent
55b043732d
commit
6b4dd3625b
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ SmiHandlerProfileInfoEntrypoint (
|
|||
//
|
||||
// Dump all image
|
||||
//
|
||||
Print (L"<?xml version=\"1.0\" encoding=\"utf-8\"?>\n");
|
||||
Print (L"<?xml version=\"1.0\" encoding=\"utf-16\"?>\n");
|
||||
Print (L"<SmiHandlerProfile>\n");
|
||||
Print (L"<ImageDatabase>\n");
|
||||
Print (L" <!-- SMM image loaded -->\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue