The specification for carrier names is that they are arbitrary strings separated by spaces.
It may be problematic for parsers if a carrier name contains a semicolon, because the parser may think that part of the carrier name is a comment.
It may also be preferable to use whitespace (which includes tabs) rather than spaces as the delimiter.
The specification for carrier names is that they are arbitrary strings separated by spaces.
It may be problematic for parsers if a carrier name contains a semicolon, because the parser may think that part of the carrier name is a comment.
It may also be preferable to use whitespace (which includes tabs) rather than spaces as the delimiter.