Forums / Setup & design / templates converted to utf-8 crashed a page layout
Andrey Astakhov
Saturday 20 January 2007 2:47:47 pm
To avoid charset conversion on my site i took an advice to set: i18n.ini -> [CharacterSettings] Charset=utf-8 template.ini -> [CharsetSettings] DefaultTemplateCharset=utf-8
AND ALSO i converted my templates to UTF-8, so each template file begins with utf-8 byte order mask (http://en.wikipedia.org/wiki/Byte_Order_Mark).
It broke a design of my site because resulted html contains now a lot of byte order masks - "" (before each template inclusion).
How to get rid of this ""? How to convert templates correctly?
Danilo Shiga
Monday 16 March 2009 10:43:48 am
I'm having similar issue, any solution?
Monday 16 March 2009 11:00:25 am
Vidar Langseid
Tuesday 17 March 2009 1:12:08 am
Hi
You may also try my script which convert files to utf-8:http://issues.ez.no/IssueView.php?Id=13835
Best regards