--- psiconv/trunk/TODO 2004/01/04 15:47:16 181 +++ psiconv/trunk/TODO 2004/01/09 22:20:03 185 @@ -15,6 +15,8 @@ * Add more file formats Psiconv program: +* Re-enable all targets besides ASCII +* HTML, HTML4: Merge into one target (3.2 HTML is no longer very relevant) * HTML: Verify generated code, to see whether it is HTML-3.2 compatible * HTML4: Fallback on normal HTML for TextEd files might be replaced with true code. But is it worth it? @@ -24,10 +26,16 @@ Config files: * Add hex parsing +* Specify config location compile-time General: * Many common values are returned as int. Perhaps change this to long, for better behaviour on very large files on some architectures? * Use libaudiofile for audio conversions? -* Go to Unicode for all stored strings. This will be somewhat hard, maybe. - Or maybe not, as most is contained in a few routines. +* FATALS use should be minimized +* Look at portability (headers) +* Update copyright dates + +Unicode: +* Add UTF8 input support +* Test, test, test