Merge pull request #106 from ericbarnes/feature/foreign_chars

Feature/foreign chars
This commit is contained in:
Taylor Otwell 2011-10-08 08:18:16 -07:00
commit e366c62db1
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
'/б/' => 'b',
'/Ç|Ć|Ĉ|Ċ|Č|Ц/' => 'C',
'/ç|ć|ĉ|ċ|č|ц/' => 'c',
'/Ð|Ď|Đ|Д/' => 'D',
'/ð|ď|đ|д/' => 'd',
'/Ð|Ď|Đ|Д/' => 'Dj',
'/ð|ď|đ|д/' => 'dj',
'/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě|Е|Ё|Э/' => 'E',
'/è|é|ê|ë|ē|ĕ|ė|ę|ě|е|ё|э/' => 'e',
'/Ф/' => 'F',