commit | 46a855283ab14f4c081fbba5118bfa2f476306c3 | [log] [tgz] |
---|---|---|
author | Michael Brown <mcb30@ipxe.org> | Mon Mar 14 22:38:24 2022 +0000 |
committer | Michael Brown <mcb30@ipxe.org> | Tue Mar 15 16:25:13 2022 +0000 |
tree | 347e2fd215a0db275696ab66a8f786cafd68cbd8 | |
parent | 682c4cc517fa92d679a62aa9fb7cdce962894c8f [diff] |
[fbcon] Support Unicode console output Accumulate UTF-8 characters in fbcon_putchar(), and require the frame buffer console's .glyph() method to accept Unicode character values. Signed-off-by: Michael Brown <mcb30@ipxe.org>