Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6838,8 +6838,8 @@
string out = vformat(os.getloc(), fmt, args);
\end{codeblock}
If the function is \tcode{vprint_unicode} and
\tcode{os} is a stream that refers to a terminal capable of displaying Unicode
which is determined in an implementation-defined manner,
\tcode{os} is a stream that refers to \impldef{a terminal capable of displaying
Unicode} which is determined in an implementation-defined manner,
Copy link
Member

Choose a reason for hiding this comment

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

Specifically, this appearance of the word "implementation-defined" must be replaced by \impldef{text to appear in the index}

writes \tcode{out} to the terminal using the native Unicode API;
if \tcode{out} contains invalid code units,
\indextext{undefined}%
Expand Down