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

Unicode #162

Open
jimeUWOshkosh opened this issue Jun 26, 2019 · 0 comments
Open

Unicode #162

jimeUWOshkosh opened this issue Jun 26, 2019 · 0 comments

Comments

@jimeUWOshkosh
Copy link

jimeUWOshkosh commented Jun 26, 2019

$ cat file.csv
name,age
John,20
Kate,18
Mike,2

$ yfrom csv file.csv                                  
---
age: '20'
name: John
---
age: '18'
name: Kate
---
age: '2'
name: Mike



$ cat aaaa.csv
name,age,utf-8
John's name ,20,føø bār
Kate,18,føø bār
Mike's,2,føø bār


$ yfrom csv aaaa.csv
---
name: ~
---
name: ~
---
name: ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant