Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/pa/pa-phonetic.js
Amir E. Aharoni 3b6d5cc83e Log ime-change event
Change-Id: I6dfc769f0de536e2ef35b165fe7a35f196bb181b
2013-08-20 08:34:52 +03:00

100 lines
1.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

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 paPhonetic = {
id: 'pa-phonetic',
name: 'Punjabi Phonetic',
description: 'Punjabi Phonetic',
date: '2012-10-16',
URL: 'http://fedoraproject.org/wiki/I18N/Indic/PunjabiKeyboardLayouts',
author: '',
license: '',
version: '1.0',
patterns: [
['!', ''],
['1', '1'],
['@', '੨'],
['2', '2'],
['#', '੩'],
['3', '3'],
['\\$', ''],
['4', '4'],
['5', '5'],
['6', '6'],
['7', '7'],
['8', '8'],
['\\(', '੯'],
['9', '9'],
['\\),', ''],
['0', '0'],
['Q', 'ਥ'],
['q', 'ਤ'],
['w', 'ਾ'],
['E', 'ਓ'],
['e', 'ੲ'],
['r', 'ਰ'],
['T', 'ਠ'],
['t', 'ਟ'],
['Y', 'ੈ'],
['y', 'ੇ'],
['U', 'ੂ'],
['u', 'ੁ'],
['I', 'ੀ'],
['i', 'ਿ'],
['O', 'ੌ'],
['o', 'ੋ'],
['P', 'ਫ'],
['p', 'ਪ'],
['\\{', '('],
['\\}', ')'],
['A', 'ਅ'],
['a', 'ੳ'],
['S', 'ਸ਼'],
['s', 'ਸ'],
['D', 'ਧ'],
['d', 'ਦ'],
['F', 'ਢ'],
['f', 'ਡ'],
['G', 'ਘ'],
['g', 'ਗ'],
['h', 'ਹ'],
['J', 'ਝ'],
['j', 'ਜ'],
['K', 'ਖ'],
['k', 'ਕ'],
['L', 'ਲ਼'],
['l', 'ਲ'],
['\\', 'ਙ'],
['\\~', '?ੱ'],
['\\`', '?੍ '],
['Z', 'ਗ਼'],
['z', 'ਜ਼'],
['X', 'ਯ'],
['x', 'ਣ'],
['C', 'ਛ'],
['c', 'ਚ'],
['V', 'ੜ'],
['v', 'ਵ'],
['B', 'ਭ'],
['b', 'ਬ'],
['N', 'ਂ'],
['n', 'ਨ'],
['M', 'ੰ'],
['m', 'ਮ'],
['\\<', 'ਖ਼'],
['\\>', 'ੴ'],
['\\.', '?਼'],
['\\?', '?'],
['\\/', 'ਞ'],
['%', '੫'],
['\\^', '੬'],
['&', '੭'],
['\\*', '੮'],
['R', '੍ਰ'],
['H', '੍ਹ'],
['W', 'ਾਂ']]
};
$.ime.register( paPhonetic );
}( jQuery ) );