summaryrefslogtreecommitdiffstats
path: root/system/application/config/foreign_chars.php
blob: 8d70a2f6213ab48b52447f05d8d69f59782e3a2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| Foreign Characters
| -------------------------------------------------------------------
| This file contains an array of foreign characters for transliteration
| conversion used by the Text helper
|
*/
$foreign_characters = array('223'	=>	"ss", // ß
							'224'	=>  "a",  
							'225'	=>  "a", 
							'226'	=>	"a", 
							'229'	=>	"a",
							'227'	=>	"ae", 
							'230'	=>	"ae", 
							'228'	=>	"ae",
							'231'	=>	"c",
							'232'	=>	"e",  // è
							'233'	=>	"e",  // é
							'234'	=>	"e",  // ê  								
							'235'	=>	"e",  // ë
							'236'	=>  "i",
							'237' 	=>  "i",
							'238' 	=>	"i",
							'239' 	=>	"i",
							'241'	=>	"n",
							'242'	=>  "o",
							'243'	=>  "o",
							'244' 	=>	"o", 
							'245'	=>	"o",
							'246'	=>	"oe", // ö
							'249'	=>  "u",
							'250' 	=>  "u", 
							'251' 	=>	"u",
							'252'	=>	"ue", // ü
							'255'	=>	"y",
							'257'	=>	"aa", 
							'269'	=>	"ch", 
							'275'	=>	"ee", 
							'291'	=>	"gj", 
							'299'	=>	"ii", 
							'311'	=>	"kj", 
							'316'	=>	"lj", 
							'326'	=>	"nj", 
							'353'	=>	"sh", 
							'363'	=>	"uu", 
							'382'	=>	"zh",
							'256'	=>	"aa", 
							'268'	=>	"ch", 
							'274'	=>	"ee", 
							'290'	=>	"gj", 
							'298'	=>	"ii", 
							'310'	=>	"kj", 
							'315'	=>	"lj", 
							'325'	=>	"nj", 
							'352'	=>	"sh", 
							'362'	=>	"uu", 
							'381'	=>	"zh",
							);				


/* End of file foreign_chars.php */
/* Location: ./system/application/config/foreign_chars.php */