The task is simple: print `The quick brown fox jumps over the lazy dog` using as few *distinct* characters in your source code as possible. `print "The quick brown fox jumps over the lazy dog"` has a score of 29 characters, as all 26 lowercase letters appear at least once, as well as an uppercase T, spaces, and quote characters. I'm sure you can get more creative than that, though! Brainfuck, Whitespace, and similar languages¹ are disallowed. Line breaks count as one character. The code may be as long as necessary. I'll accept a solution on April 21, 11:59 PM EST. In the event of a tie, the shorter answer will be accepted. ¹ languages syntactically defined by 8 or fewer distinct characters