From 65f5b59911032d680aaf85b2039469fdc68b87de Mon Sep 17 00:00:00 2001
From: Kevin Day <thekevinday@gmail.com>
Date: Thu, 2 Jul 2020 22:57:55 -0500
Subject: [PATCH] Cleanup: add note to todo

---
 documents/todo.txt | 5 +++++
 1 file changed, 5 insertions(+)

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.
-- 
1.8.3.1