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
Imagine lines like: ab\0\0c\0\0;1.1 or abc\0\0\0;12.1 or abc\0;15.1. The last 2 lines contain 2 different station names.
ab\0\0c\0\0;1.1
abc\0\0\0;12.1
abc\0;15.1
The FAQ says all non empty UTF-8 strings are valid, as long as they don't contain ; and \n. So are these example valid? I think yes? @gunnarmorling
;
\n
Thanks for clarifying!
Edit: I will assume the answer is no.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Imagine lines like:
ab\0\0c\0\0;1.1
orabc\0\0\0;12.1
orabc\0;15.1
. The last 2 lines contain 2 different station names.The FAQ says all non empty UTF-8 strings are valid, as long as they don't contain
;
and\n
. So are these example valid? I think yes? @gunnarmorlingThanks for clarifying!
Edit: I will assume the answer is no.
The text was updated successfully, but these errors were encountered: