We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
One blank line is allowed before seperator lines:
separator = [blank-line] *("%%" [comment] CRLF) comment = SP *69(character) character = SP / ASCCHAR / UNICHAR / ESCAPE encodingSig = "%%encoding" field-sep *(ALPHA / DIGIT / "-" / "_") CRLF blank-line = WSP CRLF
Check if the current decoder is able to handle this. Add at least checks if only one blank-line is present.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
One blank line is allowed before seperator lines:
Check if the current decoder is able to handle this.
Add at least checks if only one blank-line is present.
The text was updated successfully, but these errors were encountered: