Initial commit.
This commit is contained in:
13
lib/php/monica/cnvtmap/US-ASCII.inc.php
Normal file
13
lib/php/monica/cnvtmap/US-ASCII.inc.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
// File name: US-ASCII.inc.php
|
||||
// Description: PHP data of the conversion map of the US-ASCII character set
|
||||
// Date: 2005-02-02
|
||||
// Author: imacat <imacat@pristine.com.tw>
|
||||
// Copyright: Copyright (C) 2005-2007 Pristine Communications
|
||||
|
||||
// US-ASCII
|
||||
$CNVTMAP["US-ASCII"] = array(
|
||||
0x000080, 0x1FFFFF, 0x000000, 0xFFFFFF,
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user