1 <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
3 | -------------------------------------------------------------------
5 | -------------------------------------------------------------------
6 | This file contains an array of foreign characters for transliteration
7 | conversion used by the Text helper
10 $foreign_characters = array(
17 '/À|Á|Â|Ã|Ä|Å|Ǻ|Ā|Ă|Ą|Ǎ/' => 'A',
18 '/à|á|â|ã|å|ǻ|ā|ă|ą|ǎ|ª/' => 'a',
23 '/È|É|Ê|Ë|Ē|Ĕ|Ė|Ę|Ě/' => 'E',
24 '/è|é|ê|ë|ē|ĕ|ė|ę|ě/' => 'e',
29 '/Ì|Í|Î|Ï|Ĩ|Ī|Ĭ|Ǐ|Į|İ/' => 'I',
30 '/ì|í|î|ï|ĩ|ī|ĭ|ǐ|į|ı/' => 'i',
39 '/Ò|Ó|Ô|Õ|Ō|Ŏ|Ǒ|Ő|Ơ|Ø|Ǿ/' => 'O',
40 '/ò|ó|ô|õ|ō|ŏ|ǒ|ő|ơ|ø|ǿ|º/' => 'o',
47 '/Ù|Ú|Û|Ũ|Ū|Ŭ|Ů|Ű|Ų|Ư|Ǔ|Ǖ|Ǘ|Ǚ|Ǜ/' => 'U',
48 '/ù|ú|û|ũ|ū|ŭ|ů|ű|ų|ư|ǔ|ǖ|ǘ|ǚ|ǜ/' => 'u',
63 /* End of file foreign_chars.php */
64 /* Location: ./application/config/foreign_chars.php */