On Saturday 06 February 2010 14:36:47 Evan Shaw wrote:
> Hi all,
> 
> I've been experimenting with using apiextractor and generatorrunner to
> create a Qt binding for the Go programming language. The Pyside site seems
> to indicate that these tools are intended to be usable for Qt bindings to
> other languages, so would patches be considered for my purposes?

Yes! Patches and proposals for changes are welcome.

> The biggest problem I've run into so far is that apiextractor reads in
>  files for conversion rules and code injection as ASCII, but I need them
>  read as UTF-8. Is this something that we could consider changing, perhaps
> optionally?

We have two choices, change it to only understand uft-8 or add an new  
attribute on inject-code tag to specify the encoding.

My vote is for change it to read all files as utf-8. This will not cause any 
problems with inject codes written until now because an ASCII text is also an 
UTF-8 text... and also because just one line of code needs to be changed to 
fix it.

> Thanks,
> Evan
> 

P.S.: Don't blame us for the ugly API of apiextractor, it was inherited from 
QtJambi and QtScript generators. ;-)

-- 
Hugo Parente Lima
INdT - Instituto Nokia de Tecnologia

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to