commit | a7b654be305dc0be1cbe521eb8a3d05489de975c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu May 03 23:58:55 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu May 03 23:58:55 2012 +0200 |
tree | 30d292448018d91ac482a457e261c7f9fadfc3d1 | |
parent | b14544807e73e371b68753d1b01f3e1ad2eecc1c [diff] |
unicode_writer: add finish() method and assertions to write_str() method * The write_str() method does nothing if the length is zero. * Replace "struct unicode_writer_t" with "unicode_writer_t"