Skip to content
New issue

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

Warning: unable to open ICU transliterator with id "Latin-Upper" #13

Closed
bytehead opened this issue Nov 22, 2018 · 3 comments
Closed

Warning: unable to open ICU transliterator with id "Latin-Upper" #13

bytehead opened this issue Nov 22, 2018 · 3 comments
Assignees
Labels

Comments

@bytehead
Copy link

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 )

intl:

version: 1.1.0
ICU version: 62.1
ICU Data version: 62.1
ICU TZData version: 2018e
ICU Unicode version: 11.0
@ausi ausi closed this as completed in a498bd2 Nov 22, 2018
@ausi
Copy link
Owner

ausi commented Nov 22, 2018

Should be fixed in the master branch.

@bytehead
Copy link
Author

Thank you!

@bytehead
Copy link
Author

Tested master branch, fix works perfectly.

@ausi ausi added the bug label Nov 23, 2018
@ausi ausi self-assigned this Nov 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants