-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af59d0e
commit 27e61d0
Showing
3 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
/** | ||
* index.php | ||
* | ||
* @since 2011-05-23 | ||
* @category Library | ||
* @package Unicode | ||
* @author Nicola Asuni <[email protected]> | ||
* @copyright 2011-2023 Nicola Asuni - Tecnick.com LTD | ||
* @license http://www.gnu.org/copyleft/lesser.html GNU-LGPL v3 (see LICENSE.TXT) | ||
* @link https://github.com/tecnickcom/tc-lib-unicode | ||
* | ||
* This file is part of tc-lib-unicode software library. | ||
*/ | ||
|
||
// NOTE: run make deps fonts in the project root to generate the dependencies and example fonts. | ||
|
||
// autoloader when using Composer | ||
require ('../vendor/autoload.php'); | ||
|
||
use \Com\Tecnick\Unicode\Bidi as Bidi; | ||
|
||
echo (new Bidi('hello ', null, null, 'R', false))->getString()."\n"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters