Login   Register  
PHP Classes
elePHPant
Icontem

File: ISO-8859-1/lower_case_mapping.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Manuel Lemos  >  Generic string mapping class  >  ISO-8859-1/lower_case_mapping.php  >  Download  
File: ISO-8859-1/lower_case_mapping.php
Role: ???
Content type: text/plain
Description: Lower case mapping table definition for ISO Latin 1 strings
Class: Generic string mapping class
Generic string mapping.
Author: By
Last change:
Date: 1999-07-23 01:25
Size: 665 bytes
 

Contents

Class file image Download
<?
/*
 * lower_case_mapping.php
 *
 * @(#) $Header: /cvsroot/PHPlibrary/ISO-8859-1/lower_case_mapping.php,v 1.1 1999/03/26 01:31:22 mlemos Exp $
 *
 */

$lower_case_mapping=array(
 192=>chr(224),
 193=>chr(225),
 194=>chr(226),
 195=>chr(227),
 196=>chr(228),
 197=>chr(229),
 198=>chr(230),
 199=>chr(231),
 200=>chr(232),
 201=>chr(233),
 202=>chr(234),
 203=>chr(235),
 204=>chr(236),
 205=>chr(237),
 206=>chr(238),
 207=>chr(239),
 208=>chr(240),
 209=>chr(241),
 210=>chr(242),
 211=>chr(243),
 212=>chr(244),
 213=>chr(245),
 214=>chr(246),
 216=>chr(248),
 217=>chr(249),
 218=>chr(250),
 219=>chr(251),
 220=>chr(252),
 221=>chr(253),
 222=>chr(254)
);

?>