Commit e366c62d authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #106 from ericbarnes/feature/foreign_chars

Feature/foreign chars
parents 845bdc58 1b098235
...@@ -10,8 +10,8 @@ return array( ...@@ -10,8 +10,8 @@ return array(
'/б/' => 'b', '/б/' => 'b',
'/Ç|Ć|Ĉ|Ċ|Č|Ц/' => 'C', '/Ç|Ć|Ĉ|Ċ|Č|Ц/' => 'C',
'/ç|ć|ĉ|ċ|č|ц/' => 'c', '/ç|ć|ĉ|ċ|č|ц/' => 'c',
'/Ð|Ď|Đ|Д/' => 'D', '/Ð|Ď|Đ|Д/' => 'Dj',
'/ð|ď|đ|д/' => 'd', '/ð|ď|đ|д/' => 'dj',
'/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě|Е|Ё|Э/' => 'E', '/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě|Е|Ё|Э/' => 'E',
'/è|é|ê|ë|ē|ĕ|ė|ę|ě|е|ё|э/' => 'e', '/è|é|ê|ë|ē|ĕ|ė|ę|ě|е|ё|э/' => 'e',
'/Ф/' => 'F', '/Ф/' => 'F',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment