Source for file utf8_ucwords.test.php
Documentation is available at utf8_ucwords.test.php
* @version $Id: utf8_ucwords.test.php,v 1.1 2007/09/09 20:39:50 pitlinz Exp $
//--------------------------------------------------------------------
require_once(dirname(__FILE__
).
'/../config.php');
require_once UTF8 .
'/ucwords.php';
//--------------------------------------------------------------------
$this->UnitTestCase('test_utf8_ucwords ()');
$str =
'iñtërnâtiônàlizætiøn';
$ucwords =
'Iñtërnâtiônàlizætiøn';
$str =
'iñt ërn âti ônà liz æti øn';
$ucwords =
'Iñt Ërn Âti Ônà Liz Æti Øn';
$str =
"iñt ërn âti\n ônà liz æti øn";
$ucwords =
"Iñt Ërn Âti\n Ônà Liz Æti Øn";
$str =
"iñt ërn âti\n ônà liz æti øn";
$ucwords =
"Iñt Ërn Âti\n Ônà Liz Æti Øn";
//--------------------------------------------------------------------
Documentation generated on Thu, 08 Jan 2009 17:49:21 +0100 by phpDocumentor 1.4.0a2