TYPO3 CMS  TYPO3_6-2
IconvPreset.php
Go to the documentation of this file.
1 <?php
3 
18 
23 
27  protected $name = 'Iconv';
28 
32  protected $priority = 80;
33 
37  protected $configurationValues = array(
38  'SYS/t3lib_cs_convMethod' => 'iconv',
39  'SYS/t3lib_cs_utils' => 'iconv',
40  );
41 
47  public function isAvailable() {
48  $result = FALSE;
49  if (extension_loaded('iconv')) {
50  $result = TRUE;
51  }
52  return $result;
53  }
54 }
if($list_of_literals) if(!empty($literals)) if(!empty($literals)) $result
Analyse literals to prepend the N char to them if their contents aren&#39;t numeric.