I was wondering and searching, how joomla selects charset to display in HTML document head. The meta charset encoding tag is included in index.php of template using:
<jdoc:include type="head" />
i have searched and found that, from where this code get rendered, it's path is:
/libraries/joomla/document/renderer/head.php
Please, help me with this. I am really confused with this thing. I also want to know how can i change charset?