_encoding = "UTF-8"; //Set the root in the URI based on the application name JURI::root(null, str_replace('/'.$this->getName(), '', JURI::base(true))); } /** * Get the charset encoding * * @return string the charset encoding * @since 1.5 */ function getEncoding() { return $this->_encoding; } /** * Set the charset encoding * * @var $encoding The encoding of the charset */ function setEncoding($encoding) { $this->_encoding = $encoding; } } ?>