]> Kevux Git Server - fll/commitdiff
Cleanup: add note to todo
authorKevin Day <thekevinday@gmail.com>
Fri, 3 Jul 2020 03:57:55 +0000 (22:57 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 3 Jul 2020 03:57:55 +0000 (22:57 -0500)
documents/todo.txt

index a24fe9ddd90fcd636adcd9e65d12d14b845b8d89..5e32720244990a4fed74ecd4f02091a36b219145 100644 (file)
@@ -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.