Skip to content

Commit ceb2dc9

Browse files
committed
doc: update reference/charactersets.md
1 parent 3e5f92a commit ceb2dc9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/reference/charactersets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ HTML 字符集
33

44
HTML5 中的默认字符集为 UTF-8。
55

6+
使用 `&#<Number>;` 在 HTML 中显示,如 `&#35;` 👉 <kbd>&#35;</kbd>
7+
68
| Number | ASCII | ANSI | 8859-1 | UTF-8 | Description |
79
| ---- | ---- | ---- | ---- | ---- | ---- |
810
| 32 | &nbsp; | &nbsp; | &nbsp; | &nbsp; | space |

idoc.chapters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- reference/canvas.md: HTML Canvas
1010
- reference/av_dom.md: HTML 音频/视频
1111
- reference/charactersets.md: HTML 字符集(UTF-8)
12-
- reference/charactersets_entities.md: HTML 字符集实体
12+
- reference/charactersets_entities.md: HTML 字符集实体(全)
1313
- reference/dtd.md: HTML Doctypes
1414
- reference/urlencode.md: HTML URL 编码
1515
- reference/language_codes.md: HTML 语言代码

0 commit comments

Comments
 (0)