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/te.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hyphenation/web/patterns/te.js (limited to 'hyphenation/web/patterns/te.js') diff --git a/hyphenation/web/patterns/te.js b/hyphenation/web/patterns/te.js new file mode 100644 index 0000000..46d316f --- /dev/null +++ b/hyphenation/web/patterns/te.js @@ -0,0 +1,12 @@ +// For questions about the Telugu hyphenation patterns +// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com) +Hyphenator.languages.te = { + leftmin : 2, + rightmin : 2, + shortestPattern : 1, + longestPattern : 1, + specialChars : 'ఆఅఇఈఉఊఋఎఏఐఒఔకగఖఘఙచఛజఝఞటఠడఢణతథదధనపఫబభమయరలవశషసహళఱిీాుూృెేొాోైౌ్ఃం', + 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ఱ' + } +}; -- cgit