An amusing Discourse bug:
In my email notifications from the thread Convenient null-terminated string literals, all of the code samples have the string \0
(or for anyone reading this by email, backslash zero) replaced with the string %{email_content}
. But only in the HTML version, not the plaintext version.
I suppose the Ruby code responsible for formatting email notifications is suffering from this issue.
Just for fun, let's see how this behaves.
\0 - \1 - \2 - \3 - \4 - \` - \'
\0 - \1 - \2 - \3 - \4 - ` - '
\0 - \1 - \2 - \3 - \4 - \` - \'
\\0 - \\1 - \\2 - \\3 - \\4 - \\` - \\'