You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess a more robust approach would be to use JSON for uploading instead of CSV. jsonlite seems to work fine with UTF-8 on Windows (jeroen/jsonlite#42). Another advantage: I've run into problems with corner cases such as a one-row one-column data frame with an empty value, this probably won't be an issue when JSON is used.
Should check that on windows (which doesn't use UTF-8)
standardise_csv()
converts to UTF-8 on write, and maintains UTF-8 encoding status on readThe text was updated successfully, but these errors were encountered: