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 8a48471 commit 9ef12e4Copy full SHA for 9ef12e4
doc/manual/R-exts.texi
@@ -17431,7 +17431,7 @@ it is used correctly.
17431
Most code should be able to work with complete @code{CHARSXP}s and never look at
17432
the individual bytes. When access to characters and bytes (of strings other
17433
than @code{CE_BYTES}) is needed, one would use @code{Rf_translateChar} or
17434
-@code{RftranslateCharUTF8}. These functions internally already check the
+@code{Rf_translateCharUTF8}. These functions internally already check the
17435
encoding and whether the string is ASCII and only translate when needed,
17436
which should be rarely since @R{} >= 4.2.0 (UTF-8 is used as native encoding
17437
on most systems running R).
0 commit comments