Looks like it doesn't support multiple-character set separators. Does
the code check if the user specifies one with length > 0?
Robin
Looks like it doesn't support multiple-character set separators. Does
the code check if the user specifies one with length > 0?
Robin
Not really… if is mentioned in the documentation / in input/readers/ascii.bro
for each of the separators.
Johanna
Can you add that check? Seems like an easy mistake to make, and it
sounds like it's silently doing the wrong thing in that case at the
moment.
Robin
Actually I was mistaken. It does check and it is throwing an Error.
I really should not trust my memory - I keep forgetting which features
I already support...
Johanna