diff options
author | Santhosh Thottingal <santhosh.thottingal@gmail.com> | 2009-08-16 18:51:27 +0530 |
---|---|---|
committer | Santhosh Thottingal <santhosh.thottingal@gmail.com> | 2009-08-16 18:51:27 +0530 |
commit | 23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32 (patch) | |
tree | af087895a844e9c90802ba948193806a748b3a65 /hyphenation/web/patterns/gu.js | |
parent | a84534956250badc05e9b190f1559309591c4f15 (diff) | |
download | Rachana.git-23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32.tar.gz Rachana.git-23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32.tar.xz Rachana.git-23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32.zip |
Adding hyphenation web based examples and patterns
Diffstat (limited to 'hyphenation/web/patterns/gu.js')
-rw-r--r-- | hyphenation/web/patterns/gu.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hyphenation/web/patterns/gu.js b/hyphenation/web/patterns/gu.js new file mode 100644 index 0000000..e4a9fe8 --- /dev/null +++ b/hyphenation/web/patterns/gu.js @@ -0,0 +1,12 @@ +// For questions about the Gujarati hyphenation patterns +// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com) +Hyphenator.languages.gu = { + leftmin : 2, + rightmin : 2, + shortestPattern : 1, + longestPattern : 1, + specialChars : unescape('આઅઇઈઉઊઋએઐઔકગખઘઙચછજઝઞટઠડઢણતથદધનપફબભમયરલવશષસહળિીાુૂૃેાોૈૌ્ઃં%u200D'), + patterns : { + 2 : 'અ1આ1ઇ1ઈ1ઉ1ઊ1ઋ1એ1ઐ1ઔ1િ1ા1ી1ુ1ૂ1ૃ1ે1ો1ૌ1્2ઃ1ં11ક1ગ1ખ1ઘ1ઙ1ચ1છ1જ1ઝ1ઞ1ટ1ઠ1ડ1ઢ1ણ1ત1થ1દ1ધ1ન1પ1ફ1બ1ભ1મ1ય1ર1લ1વ1શ1ષ1સ1હ1ળ' + } +}; |