Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d50821

Browse files
committedOct 31, 2014
Merge pull request #7365 from hamidabbaszadeh/master
2 parents 7d96633 + 3414ec3 commit 4d50821

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎system/helper/utf8_lookup.php

+3
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@
222222
'ا'=>'a','ب'=>'b','ت'=>'t','ث'=>'th','ج'=>'g','ح'=>'xh','خ'=>'x','د'=>'d','ذ'=>'dh','ر'=>'r',
223223
'ز'=>'z','س'=>'s','ش'=>'sh','ص'=>'s\'','ض'=>'d\'','ط'=>'t\'','ظ'=>'z\'','ع'=>'y','غ'=>'gh',
224224
'ف'=>'f','ق'=>'q','ك'=>'k','ل'=>'l','م'=>'m','ن'=>'n','ه'=>'x\'','و'=>'u','ي'=>'i',
225+
226+
// Persian
227+
'ک'=>'k','گ'=>'g','پ'=>'p','ژ'=>'zh','ی'=>'i','چ'=>'ch',
225228

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

0 commit comments

Comments
 (0)
This repository has been archived.