/functions/encode/cp1256.php

Description

cp1256 encoding functions

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

Functions
charset_encode_cp1256 (line 21)

Converts string to cp1256

  • return: cp1256 encoded text
string charset_encode_cp1256 (string $string)
  • string $string: text with numeric unicode entities
unicodetocp1256 (line 42)

Return cp1256 symbol when unicode character number is provided

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

  • return: cp1256 character
string unicodetocp1256 (int $var)
  • int $var: decimal unicode value

Documentation generated on Sat, 07 Oct 2006 16:30:35 +0300 by phpDocumentor 1.3.0RC6