We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
$ php -a Interactive shell php > Transliterator::create('Not-Exsits'); PHP Warning: Transliterator::create(): transliterator_create: unable to open ICU transliterator with id "Not-Exsits" in php shell code on line 1 PHP Stack trace: PHP 1. {main}() php shell code:0 PHP 2. Transliterator::create() php shell code:1 Warning: Transliterator::create(): transliterator_create: unable to open ICU transliterator with id "Not-Exsits" in php shell code on line 1 Call Stack: 1.5453 388280 1. {main}() php shell code:0 1.5456 388280 2. Transliterator::create() php shell code:PHP:
PHP: PHP 7.2.12 (cli) (built: Nov 9 2018 11:03:05) ( NTS )
PHP 7.2.12 (cli) (built: Nov 9 2018 11:03:05) ( NTS )
intl:
version: 1.1.0 ICU version: 62.1 ICU Data version: 62.1 ICU TZData version: 2018e ICU Unicode version: 11.0
The text was updated successfully, but these errors were encountered:
a498bd2
Should be fixed in the master branch.
Sorry, something went wrong.
Thank you!
Tested master branch, fix works perfectly.
ausi
No branches or pull requests
Steps to reproduce:
PHP:
PHP 7.2.12 (cli) (built: Nov 9 2018 11:03:05) ( NTS )
intl:
The text was updated successfully, but these errors were encountered: