[E-devel] Unicode handling in python-edje

2008-08-25 Thread Jan Lübbe
Hi! When using unicode text from python with edje, it needs to be passed as a UTF-8 encoded string. To avoid doing this in the application, it should be handled in the bindings. Jan Lübbe --- edje/edje.c_edje_object.pxi | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff

Re: [E-devel] Unicode handling in python-edje

2008-08-25 Thread Gustavo Sverzut Barbieri
On Mon, Aug 25, 2008 at 12:36 PM, Jan Luebbe <[EMAIL PROTECTED]> wrote: > Hi! > > When using unicode text from python with edje, it needs to be passed as > a UTF-8 encoded string. To avoid doing this in the application, it > should be handled in the bindings. Hum, yep. We were handling that into o

[E-devel] Unicode handling in python-edje

2008-08-25 Thread Jan Luebbe
Hi! When using unicode text from python with edje, it needs to be passed as a UTF-8 encoded string. To avoid doing this in the application, it should be handled in the bindings. Jan Lübbe --- edje/edje.c_edje_object.pxi | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff