14 lines
318 B
PHP
14 lines
318 B
PHP
<?php
|
|
/***************************************************************************
|
|
./xml/ocxml12.php
|
|
|
|
For license information see doc/license.txt
|
|
|
|
Unicode Reminder メモ
|
|
|
|
***************************************************************************/
|
|
|
|
$ocxmlversion = 12;
|
|
include("ocxml11.php");
|
|
|
|
?>
|