Use git instead of cvs.
[libidn.git] / TODO
blob71d9dd1e2f7721ddd25100deb8e31cabcc00cffd
1 Libidn TODO -- Future directions.
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Simon Josefsson
3 See the end for copying conditions.
5 If you like to start working on anything, please let me know so work
6 duplication can be avoided.
8   - Optimize stringprep for speed, the table searching is slow (but
9     does it matter?).
10   - Optimize for size?  The stringprep tables can be compressed _alot_
11     (most map entries are simply zeroes).
12   - Port applications to use libidn.
13   - Include more stringprep profiles.
14   - Improve IDN tool.
15   - Reimplement punycode without string length restrictions.
16   - Reject invalid Unicode data.
18 ----------------------------------------------------------------------
19 Copying and distribution of this file, with or without modification,
20 are permitted in any medium without royalty provided the copyright
21 notice and this notice are preserved.