summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-27 03:36:13 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-27 03:36:13 +0200
commit1796a65fd4803ca107ea0eec2e158216d8e86e74 (patch)
treefc741b06ba94dee845b70ba5baec83c6e0c433a9
parent0278ab996f751df3dd735e1d5eeba76248a46618 (diff)
downloadUnicodeMap-1796a65fd4803ca107ea0eec2e158216d8e86e74.tar.gz
UnicodeMap-1796a65fd4803ca107ea0eec2e158216d8e86e74.tar.bz2
UnicodeMap-1796a65fd4803ca107ea0eec2e158216d8e86e74.zip
Write down ideas for future improvements.
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..a432b43
--- /dev/null
+++ b/TODO
@@ -0,0 +1,14 @@
+* Don't pollute memory by endlessly saving results of all previous
+ searches: redo them if necessary.
+
+* Display information of character block and general category.
+
+* Provide a way to access (or search) a character directly by number.
+
+* Do something about Chinese ideographs.
+
+* Provide a way to repopulate database if desired.
+
+* Implement a list of "favorite" Unicode characters?
+
+* Comment the code!...