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

restore_alto_files originally truncated this file. #2

Merged
merged 1 commit into from
Feb 7, 2018
Merged

Conversation

pablomarx
Copy link
Owner

It appears to be due to the second to last byte of the original ExceptionHandling.st file:

00002b30 27 2e 1e 1a 5c 67 00 0a |'...\g..|

The null byte there caused the tool to report "Missing CR in Bravo format file"

Changing this byte to a carriage return made the tool happy again.

due to the second to last byte of the original ExceptionHandling.st file:

00002b30  27 2e 1e 1a 5c 67 00 0a                           |'...\g..|

The null byte there caused the tool to report "Missing CR in Bravo format file"

Changing this byte to a carriage return made the tool happy again.
@pablomarx
Copy link
Owner Author

This is to resolve issue #1

@pablomarx pablomarx merged commit 10ff844 into master Feb 7, 2018
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

Successfully merging this pull request may close these issues.

1 participant