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

Multi-byte :col_sep support #8

Open
jpmckinney opened this issue Feb 5, 2015 · 0 comments
Open

Multi-byte :col_sep support #8

jpmckinney opened this issue Feb 5, 2015 · 0 comments

Comments

@jpmckinney
Copy link
Owner

Ruby's CSV library has a single test for this: test_leading_empty_fields_with_multibyte_col_sep_bug_fix in test_features.rb.

Ragel inlines the when block in an if statement; if the solution requires complex code, we may want to have the block call a function.

However, multi-byte :col_sep is rarely supported in other languages and libraries, so it's possibly unnecessary. At any rate, for csvlint, a multi-byte :col_sep is definitely not a CSV.

@jpmckinney jpmckinney changed the title Multi-byte delimiter support Multi-byte :col_sep support Feb 5, 2015
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