summaryrefslogtreecommitdiffstats
path: root/hyphenation/web/patterns/kn.js
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-08-16 18:51:27 +0530
committerSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-08-16 18:51:27 +0530
commit23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32 (patch)
treeaf087895a844e9c90802ba948193806a748b3a65 /hyphenation/web/patterns/kn.js
parenta84534956250badc05e9b190f1559309591c4f15 (diff)
downloadRachana.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/kn.js')
-rw-r--r--hyphenation/web/patterns/kn.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/hyphenation/web/patterns/kn.js b/hyphenation/web/patterns/kn.js
new file mode 100644
index 0000000..717dfb3
--- /dev/null
+++ b/hyphenation/web/patterns/kn.js
@@ -0,0 +1,13 @@
+// For questions about the Kannada hyphenation patterns
+// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+Hyphenator.languages.kn = {
+ leftmin : 2,
+ rightmin : 2,
+ shortestPattern : 1,
+ longestPattern : 3,
+ specialChars : 'ಆಅಇಈಉಊಋಎಏಐಒಔಕಗಖಘಙಚಛಜಝಞಟಠಡಢಣತಥದಧನಪಫಬಭಮಯರಲವಶಷಸಹಳಱಿೀಾುೂೃೆೇೊಾೋೈೌ್ಃಂ',
+ patterns : {
+ 2 : 'ಅ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ಱ',
+ 3 : '2ಃ12ಂ1'
+ }
+};