Skip to content

Commit

Permalink
xeCJK: 同步 Unicode 15.1
Browse files Browse the repository at this point in the history
同时将 Unicode 版本号统一改为 `X.Y` 的形式
  • Loading branch information
stone-zeng committed Dec 2, 2023
1 parent bed9006 commit 1430220
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions xeCJK/xeCJK.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Copyright and Licence
% \changes{v3.2.3}{2013/06/07}{提供四个 TECkit 映射文件用于句号转换和简繁互换。}
% \changes{v3.2.4}{2013/07/02}{遵循 \LaTeXiii{} 变量需要预先声明的原则。}
% \changes{v3.2.6}{2013/07/29}{\texttt{case} 类函数的用法与 \LaTeXiii{} 同步。}
% \changes{v3.3.2}{2015/05/15}{随 Unicode 7.0.0 更新简繁汉字映射。}
% \changes{v3.3.2}{2015/05/15}{随 Unicode 7.0 更新简繁汉字映射。}
% \changes{v3.3.3}{2015/09/25}{更新 \LaTeXiii{} 代码。}
% \changes{v3.5.0}{2017/07/19}{常数 \cs{c_minus_one} 已过时。}
% \changes{v3.5.0}{2017/07/22}{使用 \texttt{lazy} 函数对 Boolean 表达式
Expand Down Expand Up @@ -2453,14 +2453,15 @@ Copyright and Licence
% \end{variable}
%
% \changes{v3.3.3}{2015/06/25}{补充 Ext-E。}
% \changes{v3.4.1}{2016/08/18}{补充 Unicode 9.0.0 的西夏文。}
% \changes{v3.4.1}{2016/08/18}{补充 Unicode 9.0 的西夏文。}
% \changes{v3.5.0}{2017/07/22}{补充 Ext-F。}
% \changes{v3.7.3}{2019/04/15}{补充日文假名扩展。}
% \changes{v3.8.3}{2020/03/15}{同步 Unicode 13.0.0。}
% \changes{v3.8.3}{2020/03/15}{同步 Unicode 13.0。}
% \changes{v3.8.3}{2020/04/09}{补充 \texttt{U+02EA} 和 \texttt{U+02EB}。}
% \changes{v3.8.8}{2021/09/15}{同步 Unicode 14.0.0。}
% \changes{v3.8.8}{2021/09/15}{同步 Unicode 14.0。}
% \changes{v3.8.8}{2021/09/16}{补充女书。}
% \changes{v3.9.2}{2022/09/17}{同步 Unicode 15.0.0。}
% \changes{v3.9.2}{2022/09/17}{同步 Unicode 15.0。}
% \changes{v3.9.2}{2023/12/02}{同步 Unicode 15.1。}
%
% \begin{variable}{\c_@@_CJK_chars_clist}
% CJK 字符类,包括文字和标点符号。
Expand Down Expand Up @@ -2633,6 +2634,10 @@ Copyright and Licence
% \begin{macrocode}
"2CEB0 -> "2EBEF ,
% \end{macrocode}
% \item CJK Unified Ideographs Extension-I (中日韩统一表意文字扩展 I)
% \begin{macrocode}
"2EBF0 -> "2EE5F ,
% \end{macrocode}
% \item CJK Compatibility Ideographs Supplement (中日韩兼容表意文字增补)
% \begin{macrocode}
"2F800 -> "2FA1F ,
Expand Down

1 comment on commit 1430220

@muzimuzhi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同时将 Unicode 版本号统一改为 X.Y 的形式
from commit message

Unicode 的完整版本号依然是 x.y.z 格式,见 Enumerated Versions of The Unicode® Standard。虽然

Version numbers for the Unicode Standard consist of three fields, denoting the major version, the minor version, and the update version, respectively.
[...]
An update version never involves any additions to the character repertoire.
_from https://www.unicode.org/versions/

Please sign in to comment.