<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Wchar_t</id>
		<title>Wchar t - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/index.php?action=history&amp;feed=atom&amp;title=Wchar_t"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Wchar_t&amp;action=history"/>
		<updated>2026-04-23T13:52:46Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/index.php?title=Wchar_t&amp;diff=22397&amp;oldid=prev</id>
		<title>VolodyA! V Anarhist: Created page with &quot;{{FormatInfo | name           = wchar_t | formattype     = electronic | subcat         = Data types | subcat2        = C++ data types | subcat3        =  | subcat4        =  |...&quot;</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/index.php?title=Wchar_t&amp;diff=22397&amp;oldid=prev"/>
				<updated>2015-05-11T13:46:45Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{FormatInfo | name           = wchar_t | formattype     = electronic | subcat         = Data types | subcat2        = C++ data types | subcat3        =  | subcat4        =  |...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{FormatInfo&lt;br /&gt;
| name           = wchar_t&lt;br /&gt;
| formattype     = electronic&lt;br /&gt;
| subcat         = Data types&lt;br /&gt;
| subcat2        = C++ data types&lt;br /&gt;
| subcat3        = &lt;br /&gt;
| subcat4        = &lt;br /&gt;
| subcat5        = &lt;br /&gt;
| thiscat        = &lt;br /&gt;
| extensions     = &lt;br /&gt;
| mimetypes      = &lt;br /&gt;
| locfdd         = &lt;br /&gt;
| fourccs        =&lt;br /&gt;
| pronom         =&lt;br /&gt;
| type code      =&lt;br /&gt;
| uniform type   =&lt;br /&gt;
| conforms to    = &lt;br /&gt;
| released       =&lt;br /&gt;
| image          = &lt;br /&gt;
| caption        = &lt;br /&gt;
}}&lt;br /&gt;
{{DISPLAYTITLE:wchar_t}}&lt;br /&gt;
&lt;br /&gt;
C++ '''wchar_t''' is the character type that represents the largest character set that can potentially be used in the specific architecture. It is not simply due to the number of bits that a processor can operate on, but also on the native character set of the operating system. In Windows '''wchar_t''' will be 16 bits even on a 64 bit machine.&lt;br /&gt;
&lt;br /&gt;
Character literal must use single quotes preceding with the letter L (For example &amp;lt;code&amp;gt;L'貓'&amp;lt;/code&amp;gt;). In the event if the architecture cannot handle the specific character within a single '''wchar_t''' the result is implementation defined.&lt;br /&gt;
&lt;br /&gt;
==Other C++ data types storing symbols==&lt;br /&gt;
* [[char (C++)|char]] no less than 8 bits, one byte.&lt;br /&gt;
* [[char16_t]] no less than 16 bits, no less than char&lt;br /&gt;
* [[char32_t]] no less than 32 bits, no less than char16_t&lt;br /&gt;
&lt;br /&gt;
[[Category:Symbolic data types]]&lt;br /&gt;
[[Category:Enumerable data types]]&lt;/div&gt;</summary>
		<author><name>VolodyA! V Anarhist</name></author>	</entry>

	</feed>