summaryrefslogtreecommitdiffstats
path: root/hyphenation/web/patterns/bn.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/bn.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/bn.js')
-rw-r--r--hyphenation/web/patterns/bn.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/hyphenation/web/patterns/bn.js b/hyphenation/web/patterns/bn.js
new file mode 100644
index 0000000..b2303ee
--- /dev/null
+++ b/hyphenation/web/patterns/bn.js
@@ -0,0 +1,13 @@
+// For questions about the Bengali hyphenation patterns
+// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
+Hyphenator.languages.bn = {
+ 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হ',
+ 3 : '2ঃ12ং1'
+ }
+};