Forum Archive

Notification module : % symbol and new line

siskas

Hi!

I am using the notification module, and I have run into an annoying missing feature : how can I include in my notification a percent symbol (%) ? The same issue is met when I try the usual “\n” to get a new line, which doesn’t seem to work.

Do you know how Pythonista deals with the special symbols in notifications?

Thank you very much for your help!

Siskas

ccc

\% “escapes” the percent sign. Similarly, \\n might be required to “escape” a normal \n.