Skip to content

Commit

Permalink
Removing ampersand (&) from default transliteration map
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 14, 2010
1 parent 0300fc1 commit 99e5f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/inflector.php
Expand Up @@ -192,7 +192,7 @@ class Inflector {
'/Ð|Ď|Đ/' => 'D',
'/ð|ď|đ/' => 'd',
'/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě/' => 'E',
'/è|é|ê|ë|ē|ĕ|ė|ę|ě|&/' => 'e',
'/è|é|ê|ë|ē|ĕ|ė|ę|ě/' => 'e',
'/Ĝ|Ğ|Ġ|Ģ/' => 'G',
'/ĝ|ğ|ġ|ģ/' => 'g',
'/Ĥ|Ħ/' => 'H',
Expand Down

0 comments on commit 99e5f4a

Please sign in to comment.