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

Missing end-of-file marker #43

Closed
AlexMax opened this issue Mar 27, 2017 · 1 comment
Closed

Missing end-of-file marker #43

AlexMax opened this issue Mar 27, 2017 · 1 comment

Comments

@AlexMax
Copy link

AlexMax commented Mar 27, 2017

According to the Data File Header Structure for the dBASE Version 7 Table File:

The end of the file is marked by a single byte, with the end-of-file marker, an OEM code page character value of 26 (0x1A).

I do not notice this marker on any files I generate with the program, and a search for 0x1a, 1a or 26 in this library does not reveal anything that actually writes this marker.

Strangely, most programs I use to open these files don't seem to mind, but it seems like it's better to be safe than sorry.

@gam6itko
Copy link
Collaborator

fixed in #92

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

2 participants