diff options
| author | Nicholas Piper <nicholas@users.sourceforge.net> | 2005-11-27 17:24:57 +0000 |
|---|---|---|
| committer | Nicholas Piper <nicholas@users.sourceforge.net> | 2005-11-27 17:24:57 +0000 |
| commit | 56643ec0bbb6ec8c00769155e80067aff6b042fe (patch) | |
| tree | f03271d4abe870f1ed7f997d1cd21d8de10f2e07 /bindings/python | |
| parent | 1148304157d3b93b775be4f1bbc72cba1b582bb3 (diff) | |
| download | libgpod-56643ec0bbb6ec8c00769155e80067aff6b042fe.tar.gz libgpod-56643ec0bbb6ec8c00769155e80067aff6b042fe.tar.xz libgpod-56643ec0bbb6ec8c00769155e80067aff6b042fe.zip | |
Add a comment about unicode
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1176 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/gpod.i | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bindings/python/gpod.i b/bindings/python/gpod.i index a295240..4cf224a 100644 --- a/bindings/python/gpod.i +++ b/bindings/python/gpod.i @@ -68,7 +68,11 @@ PyObject* sw_get_playlists(Itdb_iTunesDB *itdb) { } %} +# be nicer to decode these utf8 strings into Unicode objects in the C +# layer. Here we are leaving it to the Python side, and just giving +# them utf8 encoded Strings. typedef char gchar; + typedef int gboolean; typedef int gint32; typedef unsigned int guint32; |
