We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5800afa commit 57f8bc4Copy full SHA for 57f8bc4
src/Common/Text.php
@@ -162,7 +162,7 @@ public static function toUnicode($text)
162
* @since 0.11.0
163
* @link http://www.randomchaos.com/documents/?source=php_and_unicode
164
*/
165
- private static function utf8ToUnicode($text)
+ public static function utf8ToUnicode($text)
166
{
167
$unicode = array();
168
$values = array();
0 commit comments