mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
778a6b21f4
UTF8ToUnicode does not let the caller specify the buffer to use, but allocates the buffer on it's own. Hence the caller cannot choose which allocator to use. Rectify this by providing new APIs. 1. Split UTF8ToNewUnicode into: - CalcUTF8ToUnicodeLength - UTF8ToUnicodeBuffer 2. Rebuild UTF8ToNewUnicode using the new functions |
||
---|---|---|
.. | ||
crashtests | ||
public | ||
src | ||
Makefile.in | ||
README.html |
<html> <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <body> <h1><span class="LXRSHORTDESC">managing sequences of characters</span></h1> <p> <span class="LXRLONGDESC"></span> </p> </body> </html>