API17

API17:JDatabase::getUTFSupport

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples