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.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_fonts.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.53.0.TC005 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.