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/hi.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/hi.js')
-rw-r--r-- | hyphenation/web/patterns/hi.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hyphenation/web/patterns/hi.js b/hyphenation/web/patterns/hi.js new file mode 100644 index 0000000..0a447be --- /dev/null +++ b/hyphenation/web/patterns/hi.js @@ -0,0 +1,12 @@ +// For questions about the Hindi hyphenation patterns +// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com) +Hyphenator.languages.hi = { + 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े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ळ1ऴ1ऱ' + } +}; |