[ROOT] / doc / toc / ARCCore / Class / PropertyStreamLine / AllowedKeyChars
Allowed characters in the Key-part of a PropertyStreamLine.
The character set 'A...Za...z0...9-_().,' from AllowedEncodedCharacters plus ' ' (space), '"' (double quote), ''' (single quote) and '|§!#%&=?+^¨~'.
ASCII characters important to avoid are:
'/' (slash) (because used as a separator in the 'key' part of a property stream line,
';' (semicolon) because used as separator for a collection of values (see WholeCollection).
and all control characters (especially CR and LF, ASCII 13 and 10).
NOTE: The selection of characters are somewhat hastily chosen (as of May 2020) and may change in the future.
See also AllowedValueChars.
Generated 2025-01-08 23:57:04.155 UTC