Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
/ core Public archive

Commit 3414ec3

Browse files
committedOct 11, 2014
Update utf8_lookup.php
There was an extra ",". corected.
1 parent 4683560 commit 3414ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎system/helper/utf8_lookup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
'ف'=>'f','ق'=>'q','ك'=>'k','ل'=>'l','م'=>'m','ن'=>'n','ه'=>'x\'','و'=>'u','ي'=>'i',
225225

226226
// Persian
227-
'ک'=>,'k','گ'=>'g','پ'=>'p','ژ'=>'zh','ی'=>'i','چ'=>'ch',
227+
'ک'=>'k','گ'=>'g','پ'=>'p','ژ'=>'zh','ی'=>'i','چ'=>'ch',
228228

229229
// Japanese hiragana
230230
''=>'a',''=>'e',''=>'i',''=>'o',''=>'u',''=>'ba',''=>'be',''=>'bi',''=>'bo',''=>'bu',

0 commit comments

Comments
 (0)