diff options
-rw-r--r-- | Build/source/texk/bibtex-x/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/bibtex-x/bibtexu.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/bibtex-x/ChangeLog b/Build/source/texk/bibtex-x/ChangeLog index 4b169c2f8a0..04a103d84ec 100644 --- a/Build/source/texk/bibtex-x/ChangeLog +++ b/Build/source/texk/bibtex-x/ChangeLog @@ -99,9 +99,9 @@ * bibtex-[24].c: Enhance built-in functions num.names$ and format.name$ in style files. Ideographic/Fullwidth Comma ("、" U+3001, "," U+FF0C) in addition to - an " and " string is accepted as a sepalator between persons. + an " and " string is accepted as a separator between persons. Ideographic Space (" " U+3000) in addition to a space " " is accepted - as a sepalator between a family name and a given name. + as a separator between a family name and a given name. 2022-04-21 TANAKA Takuji <ttk@t-lab.opal.ne.jp> diff --git a/Build/source/texk/bibtex-x/bibtexu.1 b/Build/source/texk/bibtex-x/bibtexu.1 index 889e4c1489c..e4f977a5858 100644 --- a/Build/source/texk/bibtex-x/bibtexu.1 +++ b/Build/source/texk/bibtex-x/bibtexu.1 @@ -82,8 +82,8 @@ converts it to the corresponding single character multibyte string, and pushes t \fBnum.names$\fR, \fBformat.name$\fR The function is the same as original BibTeX but an Ideographic/Fullwidth Comma (U+3001, U+FF0C) in addition to an " and " string is -accepted as a sepalator between persons and -Ideographic Space (U+3000) in addition to a space " " is accepted as a sepalator between a family name and a given name. +accepted as a separator between persons and +Ideographic Space (U+3000) in addition to a space " " is accepted as a separator between a family name and a given name. .TP \fBsubstring$\fR, \fBtext.length$\fR, \fBtext.prefix$\fR The function is the same as original BibTeX but the unit of operand numbers is Unicode code point. |