Changed the D and d in ascii to be Dj and dj. Dj is used as the translation in more languages.

This commit is contained in:
Eric Barnes 2011-10-08 00:08:30 -04:00
parent f50a492510
commit 1b09823545
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',