Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/bn/bn-inscript2.js
Amir E. Aharoni 552cd25ae6 Update from upstream
Change-Id: I8affdf79e5a2f33c88f7661082d2cbd7777240fb
2013-04-23 16:03:28 +03:00

129 lines
2.3 KiB
JavaScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

( function ( $ ) {
'use strict';
var bnInScript2 = {
id: 'bn-inscript2',
name: 'ইন্‌স্ক্ৰিপ্ত ২',
description: 'Enhanced InScript keyboard for Bengali language',
date: '2013-02-09',
URL: 'http://github.com/wikimedia/jquery.ime',
author: 'Parag Nemade',
license: 'GPLv3',
version: '1.0',
patterns: [
['\\!', 'অ্যা'],
['1', '১'],
['2', '২'],
['\\#', '্র'],
['3', '৩'],
['\\$', 'র্'],
['4', ''],
['\\%', 'জ্ঞ'],
['5', '৫'],
['\\^', 'ত্র'],
['6', '৬'],
['\\&', 'ক্ষ'],
['7', ''],
['\\*', 'শ্র'],
['8', '৮'],
['9', '৯'],
['\\(', '('],
['\\)', ')'],
['0', ''],
['\"', 'ঠ'],
['\'', 'ট'],
[',', ','],
['-', '-'],
['\\.', '.'],
['/', 'য়'],
[':', 'ছ'],
[';', 'চ'],
['\\<', 'ষ'],
['\\=', 'ৃ'],
['\\+', 'ঋ'],
['\\>', '।'],
['\\?', 'য'],
['A', 'ও'],
['C', 'ণ'],
['D', 'অ'],
['E', 'আ'],
['F', 'ই'],
['G', 'উ'],
['H', 'ফ'],
['I', 'ঘ'],
['K', 'খ'],
['L', 'থ'],
['M', 'শ'],
['O', 'ধ'],
['P', 'ঝ'],
['Q', 'ঔ'],
['R', 'ঈ'],
['S', 'এ'],
['T', 'ঊ'],
['U', 'ঙ'],
['W', 'ঐ'],
['X', 'ঁ'],
['Y', 'ভ'],
['\\{', 'ঢ'],
['\\[', 'ড'],
['\\}', 'ঞ'],
['\\]', '়'],
['\\_', 'ঃ'],
['a', 'ো'],
['c', 'ম'],
['d', '্'],
['e', 'া'],
['f', 'ি'],
['g', 'ু'],
['h', 'প'],
['i', 'গ'],
['j', 'র'],
['k', 'ক'],
['l', 'ত'],
['m', 'স'],
['n', 'ল'],
['o', 'দ'],
['p', 'জ'],
['q', 'ৌ'],
['r', 'ী'],
['s', 'ে'],
['t', 'ূ'],
['u', 'হ'],
['v', 'ন'],
['w', 'ৈ'],
['x', 'ং'],
['y', 'ব'],
['z', 'ʼ']
],
patterns_x: [
['\\!', '৴'],
['1', ''],
['\\@', '৵'],
['2', ''],
['\\#', '৶'],
['\\$', '৷'],
['4', '₹'],
['\\%', '৸'],
['\\^', '৹'],
[',', '৳'],
['\\.', '॥'],
['/', '্য'],
['\\<', '৲'],
['\\=', 'ৄ'],
['\\+', 'ৠ'],
['\\>', 'ঽ'],
['\\?', '৻'],
['F', 'ঌ'],
['R', 'ৡ'],
['\\{', 'ঢ়'],
['\\[', 'ড়'],
['f', 'ৢ'],
['l', 'ৎ'],
['r', 'ৣ'],
['x', '৺']
]
};
$.ime.register( bnInScript2 );
}( jQuery ) );