genode/repos/os
Emery Hemingway 22327b43ae Refactor terminal for intrinsic Unicode support
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
2019-02-19 11:08:17 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include Refactor terminal for intrinsic Unicode support 2019-02-19 11:08:17 +01:00
lib imx6q_sabrelite: enable sd_card_drv 2019-02-19 11:08:17 +01:00
recipes Runtime package of clipboard service 2019-02-19 10:50:51 +01:00
run Adapt usb_drv RAM quota to 12M 2019-02-12 10:33:32 +01:00
src vm_session: extensions 2019-02-19 11:08:17 +01:00
xsd nic_bridge: fixed MAC addresses 2018-11-27 11:36:35 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.