Skip to content

Commit

Permalink
Updated ascii array to better support some romanian letters with diac…
Browse files Browse the repository at this point in the history
…ritics

Signed-off-by: Vlad Rusu <[email protected]>
  • Loading branch information
vladrusu committed Mar 26, 2012
1 parent 158bc32 commit ab9a94e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/config/strings.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@
'/п/' => 'p',
'/Ŕ|Ŗ|Ř|Р/' => 'R',
'/ŕ|ŗ|ř|р/' => 'r',
'/Ś|Ŝ|Ş|Š|С/' => 'S',
'/ś|ŝ|ş|š|ſ|с/' => 's',
'/Ţ|Ť|Ŧ|Т/' => 'T',
'/ţ|ť|ŧ|т/' => 't',
'/Ś|Ŝ|Ş|Ș|Š|С/' => 'S',
'/ś|ŝ|ş|ș|š|ſ|с/' => 's',
'/Ţ|Ț|Ť|Ŧ|Т/' => 'T',
'/ţ|ț|ť|ŧ|т/' => 't',
'/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ü|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ|У/' => 'U',
'/ù|ú|û|ũ|ū|ŭ|ů|ü|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ|у/' => 'u',
'/В/' => 'V',
Expand Down

0 comments on commit ab9a94e

Please sign in to comment.