Page MenuHome GnuPG

are there supposed to be control characters in source files?
Closed, ResolvedPublic

Description

I was surprised to see occasional ^L characters (on otherwise empty lines) in the source files. They don't seem to be doing any harm but -- unless I'm missing something? -- they're not supposed to be there either.

[/some/path/git/gnupg]$ ack -hc $'\x0c' 
652

Event Timeline

werner claimed this task.
werner added a subscriber: werner.

A page feed character is a very common and useful control character. In fact Emacs knows how to jump page by page.