~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to todo

  • Committer: Olivier Tilloy
  • Date: 2011-02-18 17:24:03 UTC
  • Revision ID: olivier@tilloy.net-20110218172403-w0toa9jlqf8iv4rj
Updated todo list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
- Unit test the C++ wrapper (in python, if possible)
4
4
- Use logging to log, among other things, decoding and type conversion errors
5
 
- Tag getters/setters should support unicode strings as well as regular strings (see bug #146313).
6
 
- What about forcing all strings encoding to UTF in tag values? (see Marc's mail)
7
5
- Rewrite the exiv2 command-line tool and the test binaries in Python and (Python) scripts to run the same tests that are run to test exiv2
8
6
- Consider upgrading the license to GPL v3
9
 
 
10
 
 
11
 
 
12
 
 
13
 
Bugs:
14
 
 
15
 
- Unicode encoding problem when writing to an EXIF Ascii tag with non ASCII characters (e.g. "é")