Lars Moelleken
Lars Moelleken
Example: Is this correct? "တတျနိုငျသ" -> "ttyanongyath" --- Can a native speaker, please check the character-replacement, thanks. https://github.com/voku/portable-ascii/blob/master/src/voku/helper/data/ascii_by_languages.php#L294
Example: Is this correct? "उदाहरण" -> "uThaHaRaNae" --- Can a native speaker, please check the character-replacement, thanks. https://github.com/voku/portable-ascii/blob/master/src/voku/helper/data/ascii_by_languages.php#L118
TODO: - [ ] add more tests - https://github.com/voku/polyfill/blob/intl_transliterator/tests/Intl/Transliterator/TransliteratorTest.php - [x] not working as expected for PHP --- This change is [
via ```dump-rules.php``` we can now dump "Portable ASCII" mappings into the "rules"-directory --- This change is [](https://reviewable.io/reviews/cocur/slugify/271)
# Bug report I am uncertain if this is a "normal" use-case, but I see sometimes code like this: ```$a = 'a'; $a++;``` https://3v4l.org/JEv7V ... especially in some excel related...
[](https://reviewable.io/reviews/serbanghita/mobile-detect/502)
First thanks for this simple to use solution for parallel processing php stuff. :) I only wanted to know if I can fix such test coverage drop ⇾ 80% to...
What do you think of supporting php via composer? 1. add a "composer.json" file to the repos 2. registed the packages on "https://packagist.org/" 3. some more happy developers :)
issue: https://github.com/phpstan/phpstan/issues/4174 I looked into ```ArrayKeyExistsFunctionTypeSpecifyingExtension```, but it seems like I didn't fully understand the logic of the specifying classes. In this case we want to specify parameter 1 or/and...
System: Windows 10 Shell: "Git for Windows" v1.9.5 PHP: v5.5 --- the command I typed: ``` composer create-project pattern-lab/edition-twig-standard your-project-name ``` --- 