summaryrefslogtreecommitdiffstats
path: root/hyphenation/web/patterns/kn.js
diff options
context:
space:
mode:
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'
+ }
+};