Files
mediawiki-extensions-Univer…/lib/jquery.ime/rules/pa/pa-inscript2.js
Siebrand Mazeland a98ff90d49 Update jquery.ime and jquery.webfonts from upstream
Change-Id: I7963adc763c53df87cfb8452fde514554a332e6c
2013-01-17 18:30:36 +00:00

111 lines
1.9 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 paInScript2 = {
id: 'pa-inscript2',
name: 'Punjabi InScript2',
description: 'Enhanced InScript keyboard for Punjabi script',
date: '2013-11-14',
author: 'Parag Nemade',
license: 'GPLv3',
version: '1.0',
patterns: [
["1", ""],
["2", "੨"],
["3", "੩"],
["4", ""],
["5", "੫"],
["6", "੬"],
["7", "੭"],
["8", "੮"],
["9", "੯"],
["0", ""],
["\\(", "("],
["\\)", ")"],
["\\_", "ਃ"],
["\\-", "-"],
["Q", "ਔ"],
["q", "ੌ"],
["W", "ਐ"],
["w", "ੈ"],
["E", "ਆ"],
["e", "ਾ"],
["R", "ਈ"],
["r", "ੀ"],
["T", "ਊ"],
["t", "ੂ"],
["Y", "ਭ"],
["y", "ਬ"],
["U", "ਙ"],
["u", "ਹ"],
["I", "ਘ"],
["i", "ਗ"],
["O", "ਧ"],
["o", "ਦ"],
["P", "ਝ"],
["p", "ਜ"],
["\\{", "ਢ"],
["\\[", "ਡ"],
["\\}", "ਞ"],
["\\]", "਼"],
["A", "ਓ"],
["a", "ੋ"],
["S", "ਏ"],
["s", "ੇ"],
["D", "ਅ"],
["d", "੍"],
["F", "ਇ"],
["f", "ਿ"],
["G", "ਉ"],
["g", "ੁ"],
["H", "ਫ"],
["h", "ਪ"],
["J", "ੜ"],
["j", "ਰ"],
["K", "ਖ"],
["k", "ਕ"],
["L", "ਥ"],
["l", "ਤ"],
[":", "ਛ"],
[";", "ਚ"],
["\"", "ਠ"],
["\\'", "ਟ"],
["X", "ਂ"],
["x", "ੰ"],
["C", "ਣ"],
["c", "ਮ"],
["v", "ਨ"],
["B", "ਞ"],
["b", "ਵ"],
["N", "N"],
["n", "ਲ"],
["M", "ਸ਼"],
["m", "ਸ"],
[",", ","],
["\\>", "।"],
["\\.", "."],
["/", "ਯ"]
],
patterns_x: [
["1", ""],
["2", ""],
["4", "₹"],
["i", "ਗ਼"],
["p", "ਜ਼"],
["\\[", "ੜ"],
["D", "☬"],
["d", "ੑ"],
["F", "ੲ"],
["G", "ੳ"],
["H", "ਫ਼"],
["K", "ਖ਼"],
["X", "ੴ"],
["x", "ਁ"],
["N", "ਲ਼"],
["\\.", "॥"],
["/", "ੵ"]]
};
$.ime.register( paInScript2 );
}( jQuery ) );