Skip to content

Commit 57f8bc4

Browse files
author
Roman Syroeshko
committed
https://github.com/PHPOffice/Common/issues/11.
1 parent 5800afa commit 57f8bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/Text.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public static function toUnicode($text)
162162
* @since 0.11.0
163163
* @link http://www.randomchaos.com/documents/?source=php_and_unicode
164164
*/
165-
private static function utf8ToUnicode($text)
165+
public static function utf8ToUnicode($text)
166166
{
167167
$unicode = array();
168168
$values = array();

0 commit comments

Comments
 (0)