diff options
author | Shawn Landden <shawn@churchofgit.com> | 2015-10-31 20:39:15 -0700 |
---|---|---|
committer | Shawn Landden <shawn@churchofgit.com> | 2015-10-31 21:00:57 -0700 |
commit | 025b4c410577a10692c608e7dbad712655abb858 (patch) | |
tree | 3de2fe13c9a9d9fd778abdcfb1abbb97c202e834 /TODO | |
parent | 534e8f89d6367cd0e9e17fff67880fb430071d01 (diff) |
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t
rework C11 utf8.[ch] to use char32_t instead of uint32_t when referring
to unicode chars, to make things more expressive.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -120,9 +120,6 @@ Features: * nspawn: as soon as networkd has a bus interface, hook up --network-interface=, --network-bridge= with networkd, to trigger netdev creation should an interface be missing -* rework C11 utf8.[ch] to use char32_t instead of uint32_t when referring - to unicode chars, to make things more expressive. - * "machinectl migrate" or similar to copy a container from or to a difference host, via ssh |