From: Kevin Day Date: Fri, 3 Jul 2020 03:57:55 +0000 (-0500) Subject: Cleanup: add note to todo X-Git-Tag: 0.5.0~111 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=65f5b59911032d680aaf85b2039469fdc68b87de;p=fll Cleanup: add note to todo --- diff --git a/documents/todo.txt b/documents/todo.txt index a24fe9d..5e32720 100644 --- a/documents/todo.txt +++ b/documents/todo.txt @@ -95,3 +95,8 @@ The f_conversion project: The iki_read level 3 project is provides a more up to date style. Review all level 3 projects and more closely follow the practices in this project where reasonably possible. + +Consider implementing a specification for accessibility characters using non-printing characters as a code word followed by another UTF-8 character to represent its code. +Followed by a UTF-8 character s done to ensure type safety. +This is likely to be limited to programs/terminals that accept it as to avoid printing extra noise. +A simpler compatible version might be made that only utilies non-printing characters.