Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1475c49

Browse files
committed
Add version info for name2codepoint and codepoint2name
1 parent be5d707 commit 1475c49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libhtmllib.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ \section{\module{htmlentitydefs} ---
162162

163163
\begin{datadesc}{name2codepoint}
164164
A dictionary that maps HTML entity names to the Unicode codepoints.
165+
\versionadded{2.3}
165166
\end{datadesc}
166167

167168
\begin{datadesc}{codepoint2name}
168169
A dictionary that maps Unicode codepoints to HTML entity names.
170+
\versionadded{2.3}
169171
\end{datadesc}
170-
171-

0 commit comments

Comments
 (0)