There is an issue (i think) with UTF8 and the extends tag.
With a file that contains only this `{% extends 'product.html' %}` if the file encoding is UTF8 the following exception is thrown.
TemplateSyntaxError: extends must be first in file in D:\Workspaces\PHP\PeintureDirectUsine\PeintureDirectUsine\h2o\h2o\tags.php on line 161
With ANSI there is no exception but i loss my French character
Anybody has the same issue ?