Minor fixes to CRH language conversion.
authorC. Scott Ananian <cscott@cscott.net>
Sat, 12 May 2018 18:37:09 +0000 (14:37 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Sat, 12 May 2018 18:37:09 +0000 (14:37 -0400)
commit685eba436014225a3e81446f552569953d1b5efd
tree044b130ed202e719577548f0ee3974e77cf3d81a
parentb0a6b192f447b9fa59c36068143536df461abb7c
Minor fixes to CRH language conversion.

* Move a many-to-one mapping from the L2C to the C2L table where it
  belongs.

* Fix some regular expression patterns which ended up with misnumbered
  replacement strings.

* All regular expressions should have the `u` (unicode) flag set.

* Typo/spelling fixes in comments

Change-Id: If933fc67845ac994d9ddfdf8349aff445ec9b13a
languages/classes/LanguageCrh.php
languages/data/CrhExceptions.php
tests/phpunit/languages/classes/LanguageSrTest.php