library php-unicode
Unicode utilities
timwhitlock/php-unicode
Unicode utilities
- Saturday, November 22, 2014
- by timwhitlock
- Repository
- 2 Watchers
- 3 Stars
- 8 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
NO LONGER MAINTAINED
PHP 7 now has native Unicode support., (*1)
php-unicode
Utilities for working with Unicode characters in PHP., (*2)
The following prints a multi-byte tick mark from the code point U+2714., (*3)
require('u.php');
header('Content-Type: text/html; charset=utf8', true );
echo u('\u2714');
For further documentation, see the tests., (*4)