Farsi language
This commit is contained in:
parent
ffae563b95
commit
2098b1a994
9 changed files with 562357 additions and 2 deletions
|
|
@ -263,6 +263,11 @@ static def extractAlphabetExtraCharsFromLine(String languageName, String line) {
|
|||
.replace(',', '')
|
||||
.replace(' ', '')
|
||||
|
||||
// add Zero-width non-joiner for some languages
|
||||
if (line.contains("PUNCTUATION_FA") || line.contains("PUNCTUATION_IN")) {
|
||||
allChars += '\u200C'
|
||||
}
|
||||
|
||||
return DEFAULT + allChars
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue