File/nasmail/functions/encode/iso_8859_15.php

Description

iso-8859-15 encoding functions

takes a string of unicode entities and converts it to a iso-8859-15 encoded string Unsupported characters are replaced with ?.

  • version: $Id: iso_8859_15.php 427 2007-06-21 18:48:48Z tokul $
  • copyright: (c) 2004-2006 The SquirrelMail Project Team
  • copyright: (c) 2006-2007 The NaSMail Project
  • license: GNU Public License
Functions
charset_encode_iso_8859_15 (line 22)

Converts string to iso-8859-15

  • return: iso-8859-15 encoded text
string charset_encode_iso_8859_15 (string $string)
  • string $string: text with numeric unicode entities
unicodetoiso885915 (line 43)

Return iso-8859-15 symbol when unicode character number is provided

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

  • return: iso-8859-15 character
string unicodetoiso885915 (int $var)
  • int $var: decimal unicode value

Documentation generated on Sun, 22 Nov 2009 17:36:40 +0200 by phpDocumentor 1.4.3