> 1. How can I add information about encoding, I'd like to have it utf8.
> <?xml version="1.0" encoding="UTF-8"?>
> 
> 2. How can I work with utf8 characters within my script? It doesn't work for 
> me.
> My test is:
> ivh.text = 'Unicode test ěščřžýáíé'

This solves my problem with Unicode characters.
ivh.text = u'Unicode test ěščřžýáíé'

Regards,
David

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
pyxb-users mailing list
pyxb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyxb-users

Reply via email to