diff --git a/README.md b/README.md index 5c6ef91..801eb99 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,13 @@ This is a incomplete and unordered roadmap of features I want to add and have ad - [ ] Sockets - [ ] IP utilities - [ ] Character encoding handling + - [x] UTF-8 + - [ ] UTF-16 + - [ ] UTF-32 - [ ] Unicode + - [x] Codepoints + - [ ] Grapheme handling + - [ ] Character classification - [ ] Allow plugging more handlers in? - [ ] String formatting (compatible with phobos syntax?)