/functions/encode/cp1255.php

Description

cp1255 encoding functions

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

Functions
charset_encode_cp1255 (line 21)

Converts string to cp1255

  • return: cp1255 encoded text
string charset_encode_cp1255 (string $string)
  • string $string: text with numeric unicode entities
unicodetocp1255 (line 41)

Return cp1255 symbol when unicode character number is provided

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

  • return: cp1255 character
string unicodetocp1255 (array $matches)
  • array $matches: array with first element a decimal unicode value

Documentation generated on Mon, 13 Jan 2020 04:22:15 +0100 by phpDocumentor 1.4.3