diff options
author | gbrandl <devnull@localhost> | 2006-10-31 23:46:24 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-10-31 23:46:24 +0100 |
commit | 729df9d55ee975be89f18fa90964f19bead60feb (patch) | |
tree | 641a0511cbcfa260d1d4e2287f0ede38e50504d8 /TODO | |
parent | 026d59d92a7b574323484fae8a21c9bcc2401517 (diff) | |
download | pygments-729df9d55ee975be89f18fa90964f19bead60feb.tar.gz |
[svn] Add encoding support. All processing is now done with unicode strings.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -4,11 +4,15 @@ Todo for 0.6 ------- -- encoding, unicode support +- document encodings + +- guess encoding support? + +- html formatter: full document, external css file? - improve guess_lexer heuristics (esp. for template langs) -- more unit tests (pygmentize...) +- more unit tests (pygmentize, all formatters) - help for -O and -a cmdline options |