summaryrefslogtreecommitdiff
path: root/includes/functions/functions_utf-8.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions/functions_utf-8.php')
-rw-r--r--includes/functions/functions_utf-8.php45
1 files changed, 20 insertions, 25 deletions
diff --git a/includes/functions/functions_utf-8.php b/includes/functions/functions_utf-8.php
index 01e3c66fa5..703fa98253 100644
--- a/includes/functions/functions_utf-8.php
+++ b/includes/functions/functions_utf-8.php
@@ -1,35 +1,30 @@
<?php
-/**
- * UTF-8 versions of PHP string functions
- *
- * webtrees: Web based Family History software
- * Copyright (C) 2010 webtrees development team.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * @package webtrees
- * @version $Id$
- */
+// UTF-8 versions of PHP string functions
+//
+// webtrees: Web based Family History software
+// Copyright (C) 2011 webtrees development team.
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// $Id$
if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
exit;
}
-define('WT_FUNCTIONS_UTF_8_PHP', '');
-
// Identify the script used in a given string. Just look at the first significant character.
// If there are mixed scripts, then the enclosed scripts should already have been wrapped
// in lrm/rlm markup.