Skip to content

Commit 42581cb

Browse files
committed
deploy: 9f9e253
1 parent 4a72aef commit 42581cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h2 id="_1">前言</h2>
248248
<blockquote>
249249
<p><img src="./img/bulb.png" height="30px" width="auto" style="margin: 0; border: none"/> 本书还在持续更新中……要追番的话,可以在 <a href="https://github.com/parallel101/cppguidebook">GitHub</a> 点一下右上角的 “Watch” 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一峰电子邮件,提醒你小彭老师更新了。</p>
250250
</blockquote>
251-
<p>更新时间:2024年08月04日 02:22:02 (UTC+08:00)</p>
251+
<p>更新时间:2024年08月04日 17:25:04 (UTC+08:00)</p>
252252
<h2 id="_2">格式约定</h2>
253253
<blockquote>
254254
<p><img src="./img/bulb.png" height="30px" width="auto" style="margin: 0; border: none"/> 用这种颜色字体书写的内容是温馨提示</p>

print_page/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ <h2 id="index-_1">前言</h2>
345345
<blockquote>
346346
<p><img src="../img/bulb.png" height="30px" width="auto" style="margin: 0; border: none"/> 本书还在持续更新中……要追番的话,可以在 <a href="https://github.com/parallel101/cppguidebook">GitHub</a> 点一下右上角的 “Watch” 按钮,每当小彭老师提交新 commit,GitHub 会向你发送一峰电子邮件,提醒你小彭老师更新了。</p>
347347
</blockquote>
348-
<p>更新时间:2024年08月04日 02:22:02 (UTC+08:00)</p>
348+
<p>更新时间:2024年08月04日 17:25:04 (UTC+08:00)</p>
349349
<h2 id="index-_2">格式约定</h2>
350350
<blockquote>
351351
<p><img src="../img/bulb.png" height="30px" width="auto" style="margin: 0; border: none"/> 用这种颜色字体书写的内容是温馨提示</p>
@@ -12413,7 +12413,7 @@ <h4 id="unicode-gbk">GBK</h4>
1241312413
<p><img src="../img/awesomeface.png" height="30px" width="auto" style="margin: 0; border: none"/> “GBK” 虽然冠以“国标”之名,但实际上是微软擅自推出的!根本不是什么国家标准(你猜他为什么没有国家文件编号)。本来我国官方都打算推出 GB13000 了,直接完全兼容 Unicode 字符集。然而微软自作主张把他 Wendous 的 GB2312 升级到 GBK(比尔盖子以为自己兼容压倒一切,拽死了),本来好好的 GB13000 标准只好作罢。为了兼容已经升级成 GBK 的 Wendous 系统,国家只好重新制作了一份 GB18030 标准,兼容 GBK 和 GB2312。</p>
1241412414
</blockquote>
1241512415
<h4 id="unicode-gb18030">GB18030</h4>
12416-
<p>于 2000 年 3 月发布的汉字编码国家标准,完全兼容 GBK GB2312。</p>
12416+
<p>于 2000 年 3 月发布的汉字编码国家标准,完全兼容 GBK GB2312。</p>
1241712417
<p>采用多字节编码,每个字符可以编码为 1 字节、2 字节、或 4 字节。</p>
1241812418
<p>其中 1 字节的部分取值范围是 0 到 0x7F,和 ASCII 相同。
1241912419
2 字节的部分首字节范围 0x81 到 0xFE,尾字节范围 0x40 到 0xFE,和 GBK 相同。

search/search_index.json

+1-1
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

unicode/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ <h4 id="gbk">GBK</h4>
915915
<p><img src="../img/awesomeface.png" height="30px" width="auto" style="margin: 0; border: none"/> “GBK” 虽然冠以“国标”之名,但实际上是微软擅自推出的!根本不是什么国家标准(你猜他为什么没有国家文件编号)。本来我国官方都打算推出 GB13000 了,直接完全兼容 Unicode 字符集。然而微软自作主张把他 Wendous 的 GB2312 升级到 GBK(比尔盖子以为自己兼容压倒一切,拽死了),本来好好的 GB13000 标准只好作罢。为了兼容已经升级成 GBK 的 Wendous 系统,国家只好重新制作了一份 GB18030 标准,兼容 GBK 和 GB2312。</p>
916916
</blockquote>
917917
<h4 id="gb18030">GB18030</h4>
918-
<p>于 2000 年 3 月发布的汉字编码国家标准,完全兼容 GBK GB2312。</p>
918+
<p>于 2000 年 3 月发布的汉字编码国家标准,完全兼容 GBK GB2312。</p>
919919
<p>采用多字节编码,每个字符可以编码为 1 字节、2 字节、或 4 字节。</p>
920920
<p>其中 1 字节的部分取值范围是 0 到 0x7F,和 ASCII 相同。
921921
2 字节的部分首字节范围 0x81 到 0xFE,尾字节范围 0x40 到 0xFE,和 GBK 相同。

0 commit comments

Comments
 (0)