Namespace Core\Charset\Driver
Classes summary
ascii | ASCII character set. |
iso88591 | ISO-8859-1 character set. |
iso885915 | ISO-8859-15 (Latin-9) character set. |
macroman | MacRoman character set. |
sjis | Shift-JIS character set. |
utf16 | UTF-16 character set. |
utf16be | UTF-16 (big endian) character set. |
utf16le | UTF-16 (little endian) character set. |
utf32 | UTF-32 character set. |
utf32be | UTF-32 (big endian) character set. |
utf32le | UTF-32 (little endian) character set. |
utf8 | UTF-8 character set. |