Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

timwhitlock/php-unicode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NO LONGER MAINTAINED

PHP 7 now has native Unicode support.


php-unicode

Utilities for working with Unicode characters in PHP.

The following prints a multi-byte tick mark from the code point U+2714.

   require('u.php');  
   header('Content-Type: text/html; charset=utf8', true );  
   echo u('\u2714');  

For further documentation, see the tests.

About

[ABANDONED] PHP Unicode utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages