TCPDF_FONTS::UTF8ToUTF16BE( $str, $setbom = false, $isunicode = true, $currentfont )
Converts UTF-8 strings to UTF16-BE.
Description Description
Parameters Parameters
- $str
-
(Required) (string) string to process.
- $setbom
-
(Optional) (boolean) if true set the Byte Order Mark (BOM = 0xFEFF)
Default value: false
- $isunicode
-
(Optional) (boolean) True when the documetn is in Unicode mode, false otherwise.
Default value: true
- $currentfont
-
(Required) (array) Reference to current font array.
Return Return
(string)
Source Source
File: includes/lib/tcpdf/include/tcpdf_fonts.php
Changelog Changelog
Version | Description |
---|---|
1.53.0.TC005 | Introduced. |