History of 2015-02-14 Counting visible characters

2015-02-14
20:26 UTC Revision 1 . . . . Marcin BorkowskiThere was a discussion on the ConTeXt mailing list recently about counting visible characters in a PDF file. This is easily reduced (by the pdftotext utility) to the problem of counting visible characters in a text file. Just for fun, I decided to do this in Elisp. I knew this wouldn’t be really a challenge to code it, but it might be a bit challenging to make it optimal.