From 08c8efb8acc3d66bc1cd314e00e1b2807777b587 Mon Sep 17 00:00:00 2001 From: Nicholas Piper Date: Sun, 27 Nov 2005 17:24:57 +0000 Subject: Add a comment about unicode git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1176 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- bindings/python/gpod.i | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit