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

Export of 'hot' (8034) includes newlines, breaking Android app parsing #14

Open
joshmcarthur opened this issue Feb 12, 2023 · 2 comments

Comments

@joshmcarthur
Copy link
Contributor

The word 'hot' has a trailing newline, causing the Android app to fail to parse that line, since it reads line-by-line and splits on tab. It expects to see a line with 7 fields, and instead sees a line with 1 field, followed by a line with 6 fields.

We should make sure we strip surrounding whitespace, ideally from all fields.

@joshmcarthur
Copy link
Contributor Author

For now, this file can be manually patched as part of the Android build process.

@joshmcarthur
Copy link
Contributor Author

We've updated the Signbank data to remove the newline as a workaround for now, since this was the only sign with this problem

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