Allows for quering information about charsets.
More...
List of all members.
Detailed Description
Allows for quering information about charsets.
A charset can be known by multiple names but the internationlization system only works with one name. To fetch the real internal name use the static realCharsetCode() function. Each charset also has a specific encoding scheme associated with it which can be fetched with characterEncodingScheme().
Definition at line ezcharsetinfo.php.
Member Function Documentation
& eZCharsetInfo::aliasTable |
( |
|
) |
[static, private] |
|
eZCharsetInfo::characterEncodingScheme |
( |
$ |
charsetCode |
) |
|
|
& eZCharsetInfo::encodingTable |
( |
|
) |
[static, private] |
|
eZCharsetInfo::realCharsetCode |
( |
$ |
charsetCode |
) |
|
|
|
Tries to find an alias for the charset code and returns it. If no alias code could be find the original charset code is returned. - Note:
-
The resulting charset code will be an all lowercase letters.
Definition at line ezcharsetinfo.php.
References aliasTable().
Referenced by eZTextCodec::internalCharset(). |
& eZCharsetInfo::reverseEncodingTable |
( |
|
) |
[static, private] |
|
The documentation for this class was generated from the following file:
|