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

tarql should handle BOM #94

Open
VladimirAlexiev opened this issue Jan 25, 2021 · 0 comments
Open

tarql should handle BOM #94

VladimirAlexiev opened this issue Jan 25, 2021 · 0 comments

Comments

@VladimirAlexiev
Copy link

If the input file has a Unicode BOM (byte order mark) then --test shows this:

  • the first var name is printed with a leading ?
  • any computed vars based on it are empty (unbound)

AFAIK there's no way to specify "UTF8 with BOM" using --encoding.
If tarql can't handle BOM then it should at least examine the input for BOM and abort.

afs added a commit to afs/tarql that referenced this issue May 25, 2022
Support for RDF*      tarql#81
Add handling for BOM  tarql#94
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