Skip to content

Commit

Permalink
[*]: use more root namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Apr 29, 2018
1 parent de72d2f commit 6efa12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voku/helper/UTF8.php
Original file line number Diff line number Diff line change
Expand Up @@ -6227,7 +6227,7 @@ public static function to_ascii(string $str, string $unknown = '?', bool $strict
$str
);

$str = transliterator_transliterate('NFD; [:Nonspacing Mark:] Remove; NFC; Any-Latin; Latin-ASCII;', $str);
$str = \transliterator_transliterate('NFD; [:Nonspacing Mark:] Remove; NFC; Any-Latin; Latin-ASCII;', $str);

// check again, if we only have ASCII, now ...
if (self::is_ascii($str) === true) {
Expand Down

0 comments on commit 6efa12c

Please sign in to comment.