Skip to content

Commit 9ef12e4

Browse files
author
hornik
committed
Typo.
git-svn-id: https://svn.r-project.org/R/trunk@87880 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 8a48471 commit 9ef12e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17431,7 +17431,7 @@ it is used correctly.
1743117431
Most code should be able to work with complete @code{CHARSXP}s and never look at
1743217432
the individual bytes. When access to characters and bytes (of strings other
1743317433
than @code{CE_BYTES}) is needed, one would use @code{Rf_translateChar} or
17434-
@code{RftranslateCharUTF8}. These functions internally already check the
17434+
@code{Rf_translateCharUTF8}. These functions internally already check the
1743517435
encoding and whether the string is ASCII and only translate when needed,
1743617436
which should be rarely since @R{} >= 4.2.0 (UTF-8 is used as native encoding
1743717437
on most systems running R).

0 commit comments

Comments
 (0)