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/gu.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hyphenation/web/patterns/gu.js (limited to 'hyphenation/web/patterns/gu.js') diff --git a/hyphenation/web/patterns/gu.js b/hyphenation/web/patterns/gu.js new file mode 100644 index 0000000..e4a9fe8 --- /dev/null +++ b/hyphenation/web/patterns/gu.js @@ -0,0 +1,12 @@ +// For questions about the Gujarati hyphenation patterns +// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com) +Hyphenator.languages.gu = { + leftmin : 2, + rightmin : 2, + shortestPattern : 1, + longestPattern : 1, + specialChars : unescape('આઅઇઈઉઊઋએઐઔકગખઘઙચછજઝઞટઠડઢણતથદધનપફબભમયરલવશષસહળિીાુૂૃેાોૈૌ્ઃં%u200D'), + patterns : { + 2 : 'અ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ળ' + } +}; -- cgit