Commit ab9a94e5 authored by Vlad Rusu's avatar Vlad Rusu

Updated ascii array to better support some romanian letters with diacritics

Signed-off-by: 's avatarVlad Rusu <vlad.rusu@gmail.com>
parent 158bc32c
...@@ -150,10 +150,10 @@ return array( ...@@ -150,10 +150,10 @@ return array(
'/п/' => 'p', '/п/' => 'p',
'/Ŕ|Ŗ|Ř|Р/' => 'R', '/Ŕ|Ŗ|Ř|Р/' => 'R',
'/ŕ|ŗ|ř|р/' => 'r', '/ŕ|ŗ|ř|р/' => 'r',
'/Ś|Ŝ|Ş|Š|С/' => 'S', '/Ś|Ŝ|Ş|Ș|Š|С/' => 'S',
'/ś|ŝ|ş|š|ſ|с/' => 's', '/ś|ŝ|ş|ș|š|ſ|с/' => 's',
'/Ţ|Ť|Ŧ|Т/' => 'T', '/Ţ|Ț|Ť|Ŧ|Т/' => 'T',
'/ţ|ť|ŧ|т/' => 't', '/ţ|ț|ť|ŧ|т/' => 't',
'/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ü|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ|У/' => 'U', '/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ü|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ|У/' => 'U',
'/ù|ú|û|ũ|ū|ŭ|ů|ü|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ|у/' => 'u', '/ù|ú|û|ũ|ū|ŭ|ů|ü|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ|у/' => 'u',
'/В/' => 'V', '/В/' => 'V',
......
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