Skip to content

Commit

Permalink
Update bookmarklet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
onnyyonn committed Apr 7, 2012
1 parent 7dc603b commit b562d58
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions bookmarklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
// onigorithmic special cases
var specialcase = [
[ /([^\s.,:;!?\+\*\/-\\_\'\"্])([^ত])([\s.,:;!?\+\*\/-\\_\'\"])/g, "$1$2"+"্"+"$3"],
[ /([ািীুূেো])(ত)([^\s.,:;!?\+\*\/-\\_\'\"])/g , "$1$2"+"্"+"$3"]
[ /([ািীুূেো])(ত)([\s.,:;!?\+\*\/-\\_\'\"])/g , "$1$2"+"্"+"$3"]
];


Expand Down Expand Up @@ -179,16 +179,6 @@
'ôৈ':'oi',
'ôো':'o',
'ôৌ':'ou',
'া':'a',
'ি':'i',
'ী':'ee',
'ু':'u',
'ূ':'u',
'ৃ':'ri',
'ে':'e',
'ৈ':'oi',
'ো':'o',
'ৌ':'ou',
'ং':'ng',
'ঃ':'h',
'ঁ':'n',
Expand Down

0 comments on commit b562d58

Please sign in to comment.