mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
22327b43ae
Refactor the graphical terminal server to internally represent characters as 16-bit codepoints and handle the duplex terminal stream as UTF-8. - Make the Codepoint class printable to the Output interface - Decode data received at the Terminal session from UTF-8 to a 16-bit character - Pass 16-bit characters through terminal decoder and char-cell arrays - Send Unicode through terminal session in a burst of UTF-8 bytes Fix #3148 |
||
---|---|---|
.. | ||
cell_array.h | ||
char_cell_array_character_screen.h | ||
character_screen_tracer.h | ||
character_screen.h | ||
decoder.h | ||
font_face.h | ||
print.h | ||
read_buffer.h | ||
types.h |