Skip to content

Commit

Permalink
fixed encoding bug(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
onnyyonn committed Apr 7, 2012
1 parent 4712403 commit d41dfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit d41dfc8

Please sign in to comment.