You are here

private static property kintVariableData::$_supportedCharsets in Devel 8.2

Same name and namespace in other branches
  1. 8 kint/kint/inc/kintVariableData.class.php \kintVariableData::_supportedCharsets

File

kint/kint/inc/kintVariableData.class.php, line 30

Class

kintVariableData

Code

private static $_supportedCharsets = array(
  'UTF-8',
  'Windows-1252',
  # Western; includes iso-8859-1
  'euc-jp',
);