API17:JDatabase::getUTFSupport
From Joomla! Documentation
JDatabase::getUTFSupport
Description
Determine whether or not the database engine supports UTF-8 character encoding.
public function getUTFSupport ()
- Returns bool True if the database engine supports UTF-8 character encoding.
- Defined on line 467 of libraries/joomla/database/database.php
- Since

See also
JDatabase::getUTFSupport source code on BitBucket
Class JDatabase
Subpackage Database- Other versions of JDatabase::getUTFSupport
User contributed notes
Code Examples