references:joomla.framework:document:jdocument-getcharsetTable of Contents
getCharset
Returns the document charset encoding. Syntaxstring getCharset () ExamplesExample global $mainframe; $document = &JFactory::getDocument(); echo "Character Set: " . $document->getCharset(); Might produce: Example Character Set: utf-8
|


