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

joins with non-standard characters #2210

Closed
MansMeg opened this issue Oct 27, 2016 · 2 comments
Closed

joins with non-standard characters #2210

MansMeg opened this issue Oct 27, 2016 · 2 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@MansMeg
Copy link

MansMeg commented Oct 27, 2016

I realized that if I join two tables by a character vector with non-standard characters (Swedish letters in my case) and the encoding is not set similar they do not match in the final table. I guess there should be a warning that this can happen or an assertion that only basic characters can be used in a merge (probably the safest choice).

@krlmlr
Copy link
Member

krlmlr commented Nov 7, 2016

Thanks. We're working on providing better warning mechanisms. In general, column data should always be UTF-8 encoded, but column names should be in the native encoding (which is always different on Windows, and may be different on other systems, too).

@krlmlr krlmlr added data frame bug an unexpected problem or unintended behavior labels Nov 7, 2016
@krlmlr
Copy link
Member

krlmlr commented Nov 8, 2016

Closing, duplicate of #1885.

@krlmlr krlmlr closed this as completed Nov 8, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jun 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants