Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table headers with UTF-8 characters outside current locale #135

Closed
krlmlr opened this issue Jul 30, 2016 · 4 comments
Closed

Table headers with UTF-8 characters outside current locale #135

krlmlr opened this issue Jul 30, 2016 · 4 comments

Comments

@krlmlr
Copy link
Member

krlmlr commented Jul 30, 2016

On an English Windows, manual execution of the test "trunc_mat for wide-character columns (#100)":

> x <- c("成交日期", "合同录入日期")
> df <- setNames(tibble(1:3, 4:6), x)
> x
[1] "成交日期"     "合同录入日期"
> df
# A tibble: 3 × 2
  `<U+6210><U+4EA4><U+65E5><U+671F>` `<U+5408><U+540C><U+5F55><U+5165><U+65E5><U+671F>`
                               <int>                                              <int>
1                                  1                                                  4
2                                  2                                                  5
3                                  3                                                  6

sigh

@krlmlr
Copy link
Member Author

krlmlr commented Jul 30, 2016

The same applies for column contents.

Looks like we need either a fix in base R, or a custom output routine, perhaps largely copied from base R.

@krlmlr krlmlr modified the milestone: 2.0 Aug 8, 2016
@krlmlr
Copy link
Member Author

krlmlr commented Aug 10, 2016

A custom output routine will be much easier with #144.

@krlmlr
Copy link
Member Author

krlmlr commented Aug 19, 2016

Column names need to be in the user's native locale (#87).

@krlmlr krlmlr closed this as completed Aug 19, 2016
@github-actions
Copy link
Contributor

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant