From 23911ce6b0ef905ae3343c1a8fb47aa2cf1aed32 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Sun, 16 Aug 2009 18:51:27 +0530 Subject: Adding hyphenation web based examples and patterns --- hyphenation/web/patterns/kn.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hyphenation/web/patterns/kn.js (limited to 'hyphenation/web/patterns/kn.js') 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' + } +}; -- cgit