In this thread, @DavidCarlisle asked for an example showing that \jobname doesn't handle underscores properly. Here's an example
\documentclass[11pt]{article}
\begin{document}
\begin{center}
\jobname \\
\today
\end{center}
\end{document}
If you call this file This_is_an_example.tex you'll see that the underscores are replaced by raised dots. Could you provide a fix for this? In the same thread people talked about fixes but it would be wonderful if somebody could provide an MWE that actually fixes the problem.

\usepackage[T1]{fontenc}in the preamble fix the issue? – Troy Sep 10 '18 at 00:46