From 1b098235453dda1244fc740918849039de3c87bf Mon Sep 17 00:00:00 2001 From: Eric Barnes Date: Sat, 8 Oct 2011 00:08:30 -0400 Subject: [PATCH] Changed the D and d in ascii to be Dj and dj. Dj is used as the translation in more languages. --- laravel/config/ascii.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/config/ascii.php b/laravel/config/ascii.php index 01f0d617..37b795bf 100644 --- a/laravel/config/ascii.php +++ b/laravel/config/ascii.php @@ -10,8 +10,8 @@ return array( '/б/' => 'b', '/Ç|Ć|Ĉ|Ċ|Č|Ц/' => 'C', '/ç|ć|ĉ|ċ|č|ц/' => 'c', - '/Ð|Ď|Đ|Д/' => 'D', - '/ð|ď|đ|д/' => 'd', + '/Ð|Ď|Đ|Д/' => 'Dj', + '/ð|ď|đ|д/' => 'dj', '/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě|Е|Ё|Э/' => 'E', '/è|é|ê|ë|ē|ĕ|ė|ę|ě|е|ё|э/' => 'e', '/Ф/' => 'F',