====== setUTF ====== {#JAPI Joomla.Framework Database JDatabase::setUTF #} Manually sets UTF support for the database. Note that this method may be used to attempt to enable UTF support even if it does not exist for the specified database. The implementation of this method depends on the specific driver. ===== Syntax ===== void setUTF () ===== Examples ===== $database =& JFactory::getDBO(); $database->setUTF(); ---- ~~DISCUSSION~~