-
Notifications
You must be signed in to change notification settings - Fork 0
FEEDBACK_STRINGS_AUTOQUOTE
Octavio Alvarez edited this page Aug 29, 2013
·
2 revisions
FEEDBACK_STRINGS_AUTOQUOTE value
Automatically single-quotes feedback strings on KEY commands.
- value (default 1)
- 1 if strings should be automatically single-quoted; 0 if not.
- FEEDBACK_STRINGS_AUTOQUOTE 1
- FEEDBACK_STRINGS_AUTOQUOTE 0
- If the string is already single-quoted (this is, if the first and last character inside the string (wheter double-quoted or not) are a single-quote, Superkb will not re-quote the string. This is to maintain backwards compatibility with earlier Superkb configurations.
- Default value is 1 (enabled).
- The configurations files are parsed as scripts. This means autoquoting will only work for feedback strings set after the FEEDBACK_STRINGS_AUTOQUOTE 1 directive. You may turn off autoquoting in the middle of the configuration file for a set of KEY directives and re-enable afterwards for a different set of KEY directives.