|
@@ -78,7 +78,7 @@ |
|
|
block discarded – undo |
|
78
|
78
|
} |
|
79
|
79
|
|
|
80
|
80
|
// http://userguide.icu-project.org/transforms/general#TOC-Compound-IDs |
|
81
|
|
- $compoundIds = $basicId . '; Any-Latin; Latin-ASCII; Lower()'; |
|
|
81
|
+ $compoundIds = $basicId.'; Any-Latin; Latin-ASCII; Lower()'; |
|
82
|
82
|
$transliterator = Transliterator::create($compoundIds); |
|
83
|
83
|
if ($transliterator === null) { |
|
84
|
84
|
throw new UnableToCreateTransliteratorException('Unable to create transliterator'); |
Please login to merge, or discard this patch.