ThanksLeading pipe " | " sign is ignored.(but most formulars work in that way)It works as long this characters is not at the beginning of a line.text content with pipe characters.Hello list,after I can successfully edit pages via API function I want to send
My script looks like:content="content|pipe|content|newline
|newline"
wget ..... --post-data "action=edit&title=pagename&text=$content&token=
The result looks like:content|pile|content
newline
newlineCan anybody help me how to quote it?
Andreas