SetaPDF_Core_Encoding_AbstractEncoding Abstract class for encoding classes
File: /SetaPDF v2/Core/Encoding/AbstractEncoding.php
Class hierarchy
Implements
Summary
Static Properties
$table
static public SetaPDF_Core_Encoding_AbstractEncoding::$table = array()
Static Methods
fromUtf16Be()
public static SetaPDF_Core_Encoding_AbstractEncoding::fromUtf16Be (
$string [, $ignore = false [, $translit = false ]]
): Converts a string from UTF-16BE to the implemended encoding.
Parameters
- $string
The input string
- $ignore
Characters that cannot be represented in the target charset are silently discarded
- $translit
Transliteration activated
getTable()
Returns the encoding table array.
Keys are the unicode values while the values are the code points in the specific encoding.
toUtf16Be()
public static SetaPDF_Core_Encoding_AbstractEncoding::toUtf16Be (
$string [, $ignore = false [, $translit = false ]]
): Converts a string from the implemented encoding to UTF-16BE.
Parameters
- $string
The input string
- $ignore
Characters that cannot be represented in the target charset are silently discarded
- $translit
Transliteration activated