TODO.rdoc 425 B

123456789
  1. == Not really in any order:
  2. * Add multibyte handling to fields, if they get a multibyte string, try encoding it into
  3. UTF-8 B first, if this fails, throw an error.
  4. * Cleanup the treetop parsers......... do I _really_ need that many entrance files?
  5. * Simplify the relationship of Headers and Fields. Doing too much of the Field work
  6. in the Header class on instantiating fields. Header should just say "Field, do it!"