next up previous contents index
Next: Text Encodings Up: Basic Usage Previous: Control Files   Contents   Index

String Arguments

Command lines are handled differently on each operating system. Some characters are reserved with special meanings, even when they occur inside quoted string arguments. To avoid this problem, cpdf performs processing on string arguments as they are read.

A backslash is used to indicate that a character which would otherwise be treated specially by the command line interpreter is to be treated literally. For example, Unix-like systems attribute a special meaning to the exclamation mark, so the command line

would fail. We must escape the exclamation mark with a backslash:

It follows that backslashes intended to be taken literally must themselves be escaped (i.e. written \\).



root 2014-11-28