14 lines
341 B
PHP
14 lines
341 B
PHP
<?php
|
|
// File name: ISO-8859-1.inc.php
|
|
// Description: PHP data of the conversion map of the ISO-8859-1 character set
|
|
// Date: 2005-02-02
|
|
// Author: imacat <imacat@pristine.com.tw>
|
|
// Copyright: Copyright (C) 2005-2007 Pristine Communications
|
|
|
|
// ISO-8859-1
|
|
$CNVTMAP["ISO-8859-1"] = array(
|
|
0x000100, 0x1FFFFF, 0x000000, 0xFFFFFF,
|
|
);
|
|
|
|
?>
|