We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbab3f1 commit 5475bdaCopy full SHA for 5475bda
source/strings.tex
@@ -5785,9 +5785,9 @@
5785
(which is the value stored).
5786
\item between \tcode{1} and \tcode{n} (inclusive),
5787
if the next n or fewer bytes complete a valid multibyte character
5788
-(which is the value stored);
+(whose first (or only) code unit is stored);
5789
the value returned is the number of bytes that complete the multibyte character.
5790
-\item \tcode{(size_t)(-3)}, if the next character
+\item \tcode{(size_t)(-3)}, if the next code unit
5791
resulting from a previous call has been stored
5792
(no bytes from the input have been consumed by this call).
5793
\item \tcode{(size_t)(-2)}, if the next \tcode{n} bytes
0 commit comments