Removing ampersand (&) from default transliteration map

This commit is contained in:
ADmad 2010-04-15 01:56:38 +05:30
parent 0300fc1c31
commit 99e5f4a49f

View file

@ -192,7 +192,7 @@ class Inflector {
'/Ð|Ď|Đ/' => 'D',
'/ð|ď|đ/' => 'd',
'/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě/' => 'E',
'/è|é|ê|ë|ē|ĕ|ė|ę|ě|&/' => 'e',
'/è|é|ê|ë|ē|ĕ|ė|ę|ě/' => 'e',
'/Ĝ|Ğ|Ġ|Ģ/' => 'G',
'/ĝ|ğ|ġ|ģ/' => 'g',
'/Ĥ|Ħ/' => 'H',