TYPO3 CMS  TYPO3_6-2
t3lib_cs Class Reference
Inheritance diagram for t3lib_cs:
TYPO3\CMS\Core\Charset\CharsetConverter

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Charset\CharsetConverter
 __construct ()
 
 parse_charset ($charset)
 
 get_locale_charset ($locale)
 
 conv ($str, $fromCS, $toCS, $useEntityForNoChar=0)
 
 convArray (&$array, $fromCS, $toCS, $useEntityForNoChar=0)
 
 utf8_encode ($str, $charset)
 
 utf8_decode ($str, $charset, $useEntityForNoChar=0)
 
 utf8_to_entities ($str)
 
 entities_to_utf8 ($str, $alsoStdHtmlEnt=FALSE)
 
 utf8_to_numberarray ($str, $convEntities=0, $retChar=0)
 
 UnumberToChar ($cbyte)
 
 utf8CharToUnumber ($str, $hex=0)
 
 initCharset ($charset)
 
 initUnicodeData ($mode=NULL)
 
 initCaseFolding ($charset)
 
 initToASCII ($charset)
 
 substr ($charset, $string, $start, $len=NULL)
 
 strlen ($charset, $string)
 
 crop ($charset, $string, $len, $crop='')
 
 strtrunc ($charset, $string, $len)
 
 conv_case ($charset, $string, $case)
 
 convCaseFirst ($charset, $string, $case)
 
 specCharsToASCII ($charset, $string)
 
 getPreferredClientLanguage ($languageCodesList)
 
 sb_char_mapping ($str, $charset, $mode, $opt='')
 
 utf8_substr ($str, $start, $len=NULL)
 
 utf8_strlen ($str)
 
 utf8_strtrunc ($str, $len)
 
 utf8_strpos ($haystack, $needle, $offset=0)
 
 utf8_strrpos ($haystack, $needle)
 
 utf8_char2byte_pos ($str, $pos)
 
 utf8_byte2char_pos ($str, $pos)
 
 utf8_char_mapping ($str, $mode, $opt='')
 
 euc_strtrunc ($str, $len, $charset)
 
 euc_substr ($str, $start, $charset, $len=NULL)
 
 euc_strlen ($str, $charset)
 
 euc_char2byte_pos ($str, $pos, $charset)
 
 euc_char_mapping ($str, $charset, $mode, $opt='')
 
- Public Attributes inherited from TYPO3\CMS\Core\Charset\CharsetConverter
 $noCharByteVal = 63
 
 $parsedCharsets = array()
 
 $caseFolding = array()
 
 $toASCII = array()
 
 $twoByteSets
 
 $fourByteSets
 
 $eucBasedSets
 
 $synonyms
 
 $lang_to_script
 
 $script_to_charset_unix
 
 $script_to_charset_windows
 
 $locale_to_charset
 
 $charSetArray
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Charset\CharsetConverter
 cropMbstring ($charset, $string, $len, $crop='')
 
- Protected Attributes inherited from TYPO3\CMS\Core\Charset\CharsetConverter
 $locales
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 847 of file LegacyClassesForIde.php.