📄 characters-implementation.html
字号:
<html lang="en">
<head>
<title>Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.3">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
<!--
Copyright © 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
<p>Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with the
Invariant Sections being "GNU General Public License" and "Funding
Free Software", the Front-Cover texts being (a) (see below), and with
the Back-Cover Texts being (b) (see below). A copy of the license is
included in the section entitled "GNU Free Documentation License".
<p>(a) The FSF's Front-Cover Text is:
<p>A GNU Manual
<p>(b) The FSF's Back-Cover Text is:
<p>You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
</head>
<body>
<div class="node">
<p>
Node:<a name="Characters%20implementation">Characters implementation</a>,
Next:<a rel="next" accesskey="n" href="Integers-implementation.html#Integers%20implementation">Integers implementation</a>,
Previous:<a rel="previous" accesskey="p" href="Identifiers-implementation.html#Identifiers%20implementation">Identifiers implementation</a>,
Up:<a rel="up" accesskey="u" href="C-Implementation.html#C%20Implementation">C Implementation</a>
<hr><br>
</div>
<h3 class="section">Characters</h3>
<ul>
<li><cite>The number of bits in a byte (3.6).</cite>
<li><cite>The values of the members of the execution character set (5.2.1).</cite>
<li><cite>The unique value of the member of the execution character set produced
for each of the standard alphabetic escape sequences (5.2.2).</cite>
<li><cite>The value of a </cite><code>char</code><cite> object into which has been stored any
character other than a member of the basic execution character set (6.2.5).</cite>
<li><cite>Which of </cite><code>signed char</code><cite> or </cite><code>unsigned char</code><cite> has the same range,
representation, and behavior as "plain" </cite><code>char</code><cite> (6.2.5, 6.3.1.1).</cite>
<li><cite>The mapping of members of the source character set (in character
constants and string literals) to members of the execution character
set (6.4.4.4, 5.1.1.2).</cite>
<li><cite>The value of an integer character constant containing more than one
character or containing a character or escape sequence that does not map
to a single-byte execution character (6.4.4.4).</cite>
<li><cite>The value of a wide character constant containing more than one
multibyte character, or containing a multibyte character or escape
sequence not represented in the extended execution character set (6.4.4.4).</cite>
<li><cite>The current locale used to convert a wide character constant consisting
of a single multibyte character that maps to a member of the extended
execution character set into a corresponding wide character code (6.4.4.4).</cite>
<li><cite>The current locale used to convert a wide string literal into
corresponding wide character codes (6.4.5).</cite>
<li><cite>The value of a string literal containing a multibyte character or escape
sequence not represented in the execution character set (6.4.5).</cite>
</ul>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -