17 lines
520 B
XML
17 lines
520 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<test>
|
||
|
<p>
|
||
|
This is a long test holding, with the intention to switch to wide character
|
||
|
encoding from the local buffer to malloc'ed buffer. This (✌) is a
|
||
|
piece symbol.
|
||
|
</p>
|
||
|
<p>
|
||
|
This is a long test holding, with the intention to switch to wide character
|
||
|
encoding after the output buffer has been switched to malloc'ed mode. For this
|
||
|
reason, our buffer should should hold more than 256 character, as defined in
|
||
|
util.h in the structure ocharbuf. This (➽) is a fat arrow.
|
||
|
</p>
|
||
|
</test>
|
||
|
|