If I'm obtaining my template with the following: velocityEngine.getTemplate ( "myTemplate", "UTF-8" );
What will happen if the template is not encoded in UTF-8? Will the template be processed, even if incorrectly, and used? Or will the template be turned down immediately?