aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons
diff options
context:
space:
mode:
Diffstat (limited to 'Lessons')
-rw-r--r--Lessons/Lesson_53/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lessons/Lesson_53/README.md b/Lessons/Lesson_53/README.md
index 4029de9..b3df7df 100644
--- a/Lessons/Lesson_53/README.md
+++ b/Lessons/Lesson_53/README.md
@@ -258,7 +258,7 @@ UefiMain (
return EFI_SUCCESS;
}
-
+```
First print would produce only `!` as there are no information in the system about how to display russian unicode symbol glyphs. But at the end after we've added our font package, print would produce expected result:
![AddFont2](AddFont2.png?raw=true "Add font 2")