This repository was archived by the owner on Nov 14, 2019. It is now read-only.
Commit 97a8868
committed
bug #278 Fix lowercase issues with unicode characters (Pierstoval, javiereguiluz)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Fix lowercase issues with unicode characters
@Pierstoval I tried your proposal in #197 but it didn't work for me. This new PR proposes to fix most of the errors for European languages. Sadly it won't work for Japanese, Chinese, Arabic, Hebrew, etc.
Commits
-------
19b6799 Missing EOL
74d991b Clean the package names using the same regexp as Composer
4773869 Finished this feature
e1de703 Try to fix #190 by fixing lowercase package nameFile tree
2 files changed
+39
-6
lines changed- src/Symfony/Installer
- tests/Symfony/Installer/Tests
2 files changed
+39
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
387 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
388 | 389 | | |
389 | 390 | | |
390 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments