diff options
author | Timothy Pearson <[email protected]> | 2011-11-22 13:38:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-22 13:38:00 -0600 |
commit | e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df (patch) | |
tree | 1f6a56de772e0b9ad9b75253d7dc6fa98865e04e /doc/html/using.html | |
parent | 71cbc66f6c877652370529d008263320a6cea74c (diff) | |
download | sip4-tqt-e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df.tar.gz sip4-tqt-e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df.zip |
Fix accidental rename of strings to tqunicode
Diffstat (limited to 'doc/html/using.html')
-rw-r--r-- | doc/html/using.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/using.html b/doc/html/using.html index c3c0309..04e7a33 100644 --- a/doc/html/using.html +++ b/doc/html/using.html @@ -567,8 +567,8 @@ ignored.</p> <div class="section" id="support-for-wide-characters"> <h2>Support for Wide Characters<a class="headerlink" href="#support-for-wide-characters" title="Permalink to this headline">ΒΆ</a></h2> <p>SIP v4.6 introduced support for wide characters (i.e. the <tt class="docutils literal"><span class="pre">wchar_t</span></tt> type). -Python’s C API includes support for converting between tqunicode objects and wide -character strings and arrays. When converting from a tqunicode object to wide +Python’s C API includes support for converting between unicode objects and wide +character strings and arrays. When converting from a unicode object to wide characters SIP creates the string or array on the heap (using memory allocated using <a title="sipMalloc" class="reference external" href="c_api.html#sipMalloc"><tt class="xref docutils literal"><span class="pre">sipMalloc()</span></tt></a>). This then raises the problem of how this memory is subsequently freed.</p> |