You are here

6 calls to PHPExcel_Shared_String::getIsIconvEnabled() in Loft Data Grids 7.2

PHPExcel_Shared_String::ConvertEncoding in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/String.php
* Convert string from one encoding to another. First try mbstring, then iconv, finally strlen * *
PHPExcel_Shared_String::CountCharacters in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/String.php
* Get character count. First try mbstring, then iconv, finally strlen * *
PHPExcel_Shared_String::SanitizeUTF8 in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/String.php
* Try to sanitize UTF8, stripping invalid byte sequences. Not perfect. Does not surrogate characters. * *
PHPExcel_Shared_String::Substring in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/String.php
* Get a substring of a UTF-8 encoded string. First try mbstring, then iconv, finally strlen * *
PHPExcel_Shared_String::UTF8toBIFF8UnicodeLong in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/String.php
* Converts a UTF-8 string into BIFF8 Unicode string data (16-bit string length) * Writes the string using uncompressed notation, no rich text, no Asian phonetics * If mbstring extension is not available, ASCII is assumed, and compressed notation…
PHPExcel_Shared_String::UTF8toBIFF8UnicodeShort in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/String.php
* Converts a UTF-8 string into BIFF8 Unicode string data (8-bit string length) * Writes the string using uncompressed notation, no rich text, no Asian phonetics * If mbstring extension is not available, ASCII is assumed, and compressed notation is…