| Line 46... |
Line 46... |
| 46 |
A character vector of the concatenated values. This will be of length
|
46 |
A character vector of the concatenated values. This will be of length
|
| 47 |
zero if all the objects are, unless \code{collapse} is non-NULL in
|
47 |
zero if all the objects are, unless \code{collapse} is non-NULL in
|
| 48 |
which case it is a single empty string.
|
48 |
which case it is a single empty string.
|
| 49 |
|
49 |
|
| 50 |
If any input into an element of the result is in UTF-8 (and none are
|
50 |
If any input into an element of the result is in UTF-8 (and none are
|
| 51 |
declared with encoding \code{"bytes"}, (see \code{\link{Encoding}}),
|
51 |
declared with encoding \code{"bytes"}, see \code{\link{Encoding}}),
|
| 52 |
that element will be in UTF-8, otherwise in the current encoding in
|
52 |
that element will be in UTF-8, otherwise in the current encoding in
|
| 53 |
which case the encoding of the element is declared if the current
|
53 |
which case the encoding of the element is declared if the current
|
| 54 |
locale is either Latin-1 or UTF-8, at least one of the corresponding
|
54 |
locale is either Latin-1 or UTF-8, at least one of the corresponding
|
| 55 |
inputs (including separators) had a declared encoding and all inputs
|
55 |
inputs (including separators) had a declared encoding and all inputs
|
| 56 |
were either ASCII or declared.
|
56 |
were either ASCII or declared.
|