# tcpdlpp.config # # This file specifies the character conversions to be performed on each # URL, before being written to the output file. # # Each line of this file consists of a character literal to be converted # and a character literal or string that should replace it. Character # literals should be enclosed by single quotes ('), and strings should # be enclosed by double quotes ("). # # White space (spaces and tabs) is ignored unless it is inside a string. # # Any line where the first non-whitespace character is a hash (#) is # treated as a comment and ignored. # # Certain escape characters are allowed in character literals and # strings: # # \a = bell # \b = backspace # \f = formfeed # \n = newline # \r = carriage return # \t = horizontal tab # \v = vertical tab # \\ = backslash # \' = single quote # \" = double quote # \nnn = character with octal value nnn # \xnnn = character with hexadecimal value nnn # # Change the Micro$oft backslash to a forward slash '\\' '/'