~ubuntu-branches/debian/experimental/calibre/experimental

« back to all changes in this revision

Viewing changes to resources/viewer/hyphenate/patterns/bn.js

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-02-10 07:35:00 UTC
  • mfrom: (1.3.30)
  • Revision ID: package-import@ubuntu.com-20120210073500-9hx5hpketc9hb59i
Tags: 0.8.38+dfsg-1
* New upstream release.
* debian/control: Bump Standards-Version to 3.9.2. No changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// For questions about the Bengali hyphenation patterns
2
 
// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
3
 
Hyphenator.languages['bn'] = {
4
 
        leftmin : 2,
5
 
        rightmin : 2,
6
 
        shortestPattern : 1,
7
 
        longestPattern : 1,
8
 
        specialChars : unescape("আঅইঈউঊঋএঐঔকগখঘঙচছজঝঞটঠডঢণতথদধনপফবভমযরলশষসহিীাুূৃোোৈৌৗ্ঃং%u200D"),
9
 
        patterns : {
10
 
                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হ",
11
 
                3 : "2ঃ12ং1"
12
 
        }
13
 
};