Nikita Churaev [2013-02-27 23:26 +0400]:
> 3. Gtk.TextBuffer.set_text(text, length) --- length argument is useless,I'm afraid we have to live with little oddities like this. I think
> since _javascript_ uses UTF-16 and length expects length of UTF-8 string.
it's better to stay compatible with the C API and its documentation,
and all currently existing _javascript_ program which use the API than
breaking API and continuously chasing after weird cases like that.