summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorShawn Landden <shawn@churchofgit.com>2015-10-31 20:39:15 -0700
committerShawn Landden <shawn@churchofgit.com>2015-10-31 21:00:57 -0700
commit025b4c410577a10692c608e7dbad712655abb858 (patch)
tree3de2fe13c9a9d9fd778abdcfb1abbb97c202e834 /TODO
parent534e8f89d6367cd0e9e17fff67880fb430071d01 (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--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 8deb00b597..33b14e7b75 100644
--- a/TODO
+++ b/TODO
@@ -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