Skip to content

Commit

Permalink
Adjust chr_transform to only require correct sorting in the C locale
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed May 3, 2021
1 parent d92f5dc commit 7812196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/order.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
#' - Otherwise, this must be a function of one argument. The function will be
#' invoked with `x`, if it is a character vector, after it has been
#' translated to UTF-8, and should return a character vector with the same
#' length as `x`, also encoded as UTF-8.
#' length as `x`. The result should sort as expected in the C-locale,
#' regardless of encoding.
#' - For data frames, `chr_transform` will be applied to all character
#' columns.
#'
Expand Down
3 changes: 2 additions & 1 deletion man/vec_order.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7812196

Please sign in to comment.