Hi Julian, On Wed, Oct 11, 2017 at 1:26 PM, Julian Sedding <[email protected]> wrote: > ...I'll try reverting this fix and set AddDefaultCharset utf-8 in > .htaccess instead....
IMO it's better to avoid unicode chars in code, and those templates are code so my preference is to keep \u00a9 for the copyright sign. Encoding issues can also show up when editing files so better safe than sorry. That being said, if you can add encoding settings in the right places like .htaccess that's fantastic! I just prefer keeping the code as is - belt and suspenders maybe ;-) -Bertrand
