Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aborazmeh committed Jul 10, 2024
1 parent fdb49a5 commit fa6afd4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@

A rule to find strict forms of letters (isolated, initial, medial, final) and normalize them.

These forms usually cause problems with search as softwares don't look for other letter forms, for example try to look for `كلمة` and you won't probably get `ﻛﻠﻤﺔ` as a match
These forms usually cause problems with search as softwares don't look for other letter forms, for example try to look for `كلمة` and you won't probably get `ﻛﻠﻤﺔ` as a match:

- the character `ك` (`U+0643`) ≠ `` (`U+FEDB`)
- the character `ل` (`U+0644`) ≠ `` (`U+FEE0`)
- the character `م` (`U+0645`) ≠ `` (`U+FEE4`)
- the character `ة` (`U+0629`) ≠ `` (`U+FE94`)

## Install

Expand Down

0 comments on commit fa6afd4

Please sign in to comment.