| Line 71... |
Line 71... |
| 71 |
preserve UTF-8 encoding on systems with Unicode wide characters. With
|
71 |
preserve UTF-8 encoding on systems with Unicode wide characters. With
|
| 72 |
their \code{fixed} and \code{perl} options, \code{\link{strsplit}},
|
72 |
their \code{fixed} and \code{perl} options, \code{\link{strsplit}},
|
| 73 |
\code{\link{sub}} and \code{gsub} will give a marked UTF-8 result if
|
73 |
\code{\link{sub}} and \code{gsub} will give a marked UTF-8 result if
|
| 74 |
any of the inputs are UTF-8.
|
74 |
any of the inputs are UTF-8.
|
| 75 |
|
75 |
|
| 76 |
\code{\link{paste}} and \code{\link{sprintf}} return a UTF-8 marked
|
76 |
\code{\link{paste}} and \code{\link{sprintf}} return elements marked
|
| 77 |
element if any of the inputs to that element is marked as UTF-8.
|
77 |
as bytes if any of the corresponding inputs is marked as bytes, and
|
| - |
|
78 |
otherwise marked as UTF-8 of any of the inputs is marked as UTF-8.
|
| 78 |
|
79 |
|
| 79 |
\code{\link{match}}, \code{\link{pmatch}}, \code{\link{charmatch}},
|
80 |
\code{\link{match}}, \code{\link{pmatch}}, \code{\link{charmatch}},
|
| 80 |
\code{\link{duplicated}} and \code{\link{unique}} all match in UTF-8
|
81 |
\code{\link{duplicated}} and \code{\link{unique}} all match in UTF-8
|
| 81 |
if any of the elements are marked as UTF-8.
|
82 |
if any of the elements are marked as UTF-8.
|
| 82 |
}
|
83 |
}
|