/functions/encode/tis_620.php

Description

tis-620 encoding functions

takes a string of unicode entities and converts it to a tis-620 encoded string Unsupported characters are replaced with ?.

Functions
charset_encode_tis_620 (line 21)

Converts string to tis-620

  • return: tis-620 encoded text
string charset_encode_tis_620 (string $string)
  • string $string: text with numeric unicode entities
unicodetotis620 (line 41)

Return tis-620 symbol when unicode character number is provided

This function is used internally by charset_encode_tis_620 function. It might be unavailable to other SquirrelMail functions. Don't use it or make sure, that functions/encode/tis_620.php is included.

  • return: tis-620 character
string unicodetotis620 (array $matches)
  • array $matches: array with first element a decimal unicode value

Documentation generated on Mon, 13 Jan 2020 04:25:23 +0100 by phpDocumentor 1.4.3