HTML

repr() definitely won't work. You need to write your Unicode strings out as encoded binary (e.g. UTF-8) and set the coding of the HTML page the same. Search in the article for HTML, I have a section on this.

Reply

The content of this field is kept private and will not be shown publicly.