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/ml.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/ml.js')
-rw-r--r-- | hyphenation/web/patterns/ml.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/hyphenation/web/patterns/ml.js b/hyphenation/web/patterns/ml.js new file mode 100644 index 0000000..7a92bb6 --- /dev/null +++ b/hyphenation/web/patterns/ml.js @@ -0,0 +1,14 @@ +// For questions about the Malayalam hyphenation patterns +// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com) +Hyphenator.languages.ml = { + leftmin : 2, + rightmin : 2, + shortestPattern : 1, + longestPattern : 3, + 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ൗ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റ', + 3 : '2ഃ12ം1', + 4 : unescape('2ന്%u200D2ര്%u200D2ല്%u200D2ള്%u200D2ണ്%u200D') + } +}; |