<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="C string handling - Page 7 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=C_string_handling&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=C_string_handling&amp;p=8">3.Next</a>
</p>
<p>but not characters in encodings such as <a href="page.php?w=UTF-16">UTF-16</a> (even though a 16-bit code unit might be nonzero, its high or low byte might be zero). The encodings that can be stored in wide strings are defined by the width of <code>wchar_t</code>. In most implementations, <code>wchar_t</code> is at least 16 bits, and so all 16-bit encodings, such as <a href="page.php?w=UCS-2">UCS-2</a>, can be stored. If <code>wchar_t</code> is 32-bits, then 32-bit encodings, such as <a href="page.php?w=UTF-32">UTF-32</a>, can be stored. (The</p><p>
<a accesskey="1" href="page.php?w=C_string_handling&amp;p=6">1.Previous</a><br />
<a accesskey="3" href="page.php?w=C_string_handling&amp;p=8">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
