Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Newlines And Quotes In Tags (Read 2319 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Newlines And Quotes In Tags

Ha, not a question but a tip for those that had the same problem as I.

Tagger converts \n (newlines) to %0A, but to get some apps to read this properly you need to change it to %0D%0A. This is actually equivalent to \r\n in scripting languages. Just an odd way that Windows handles newlines.

You also need to specify " (quotes) as \"
Everything I've learned about space, I've learned from psytrance.