From: Thyamad c. <th...@us...> - 2005-09-29 19:50:12
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_universalkey In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/dialog/fck_universalkey Modified Files: data.js diacritic.js dialogue.js fck_universalkey.css multihexa.js Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: fck_universalkey.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_universalkey/fck_universalkey.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_universalkey.css 1 Sep 2005 18:15:42 -0000 1.1 --- fck_universalkey.css 29 Sep 2005 19:49:18 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,23 **** * CSS styles for the Universal Keyboard. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 18:06:16 - * * File Authors: ! * Michel Staelens (mic...@wa...) ! * Bernadette Cierzniak ! * Abdul-Aziz Al-Oraij (to...@ho...) ! */ BODY, TEXTAREA, INPUT, TD, SELECT --- 12,20 ---- * CSS styles for the Universal Keyboard. * * File Authors: ! * Michel Staelens (mic...@wa...) ! * Bernadette Cierzniak ! * Abdul-Aziz Al-Oraij (to...@ho...) ! */ BODY, TEXTAREA, INPUT, TD, SELECT Index: multihexa.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_universalkey/multihexa.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** multihexa.js 1 Sep 2005 18:15:42 -0000 1.1 --- multihexa.js 29 Sep 2005 19:49:18 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,24 **** * Definition des 104 caracteres en hexa unicode. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 17:58:53 - * * File Authors: ! * Michel Staelens (mic...@wa...) ! * Bernadette Cierzniak ! * Abdul-Aziz Al-Oraij (to...@ho...) ! */ var caps=0, lock=0, hexchars="0123456789ABCDEF", accent="0000", keydeb=0 --- 13,21 ---- * Definition des 104 caracteres en hexa unicode. * * File Authors: ! * Michel Staelens (mic...@wa...) ! * Bernadette Cierzniak ! * Abdul-Aziz Al-Oraij (to...@ho...) ! */ var caps=0, lock=0, hexchars="0123456789ABCDEF", accent="0000", keydeb=0 *************** *** 230,263 **** function arkey(a) { if ((document.layers)|(navigator.userAgent.indexOf("MSIE 4")>-1)|(langue!="Arabic")) return true; ! key=event.keyCode; entry=true; cont=event.srcElement ; ! if (key>64 && key<91) { entry=false; ! source='? ??? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? '; ! shsource='? ??} ] ? [ ??? ÷ ? ? / ? à ? ? ? ? ?? { ? ? ? ~'; ! if (event.shiftKey) cont.value += shsource.substr((key-64)*2-2,2); else ! cont.value += source.substr((key-64)*2-2,2); if (cont.value.substr(cont.value.length-1,1)==' ') cont.value=cont.value.substr(0,cont.value.length-1); } if (event.shiftKey) { ! if (key==186) {cont.value += ':';entry=false;} ! if (key==188) {cont.value += ',';entry=false;} ! if (key==190) {cont.value += '.';entry=false;} ! if (key==191) {cont.value += '?';entry=false;} ! if (key==192) {cont.value += '?';entry=false;} ! if (key==219) {cont.value += '<';entry=false;} ! if (key==221) {cont.value += '>';entry=false;} } else { ! if (key==186) {cont.value += '?';entry=false;} ! if (key==188) {cont.value += '?';entry=false;} ! if (key==190) {cont.value += '?';entry=false;} ! if (key==191) {cont.value += '?';entry=false;} ! if (key==192) {cont.value += '?';entry=false;} ! if (key==219) {cont.value += '?';entry=false;} ! if (key==221) {cont.value += '?';entry=false;} ! if (key==222) {cont.value += '?';entry=false;} } --- 227,260 ---- function arkey(a) { if ((document.layers)|(navigator.userAgent.indexOf("MSIE 4")>-1)|(langue!="Arabic")) return true; ! keyCode=event.keyCode; entry=true; cont=event.srcElement ; ! if (keyCode>64 && keyCode<91) { entry=false; ! source='Ø´ ÙØ§Ø¤ Ù Ø« ب ٠ا ٠ت Ù Ù Ø© Ù Ø® Ø Ø¶ ٠س ٠ع ر ص Ø¡ غ ئ '; ! shsource='Ù ÙØ¢} ] Ù [ ÙØ£Ø£ ÷ Ù Ø / Ø¢ Ã Ø Ù Ù Ù ÙØ¥ { ٠٠إ ~'; ! if (event.shiftKey) cont.value += shsource.substr((keyCode-64)*2-2,2); else ! cont.value += source.substr((keyCode-64)*2-2,2); if (cont.value.substr(cont.value.length-1,1)==' ') cont.value=cont.value.substr(0,cont.value.length-1); } if (event.shiftKey) { ! if (keyCode==186) {cont.value += ':';entry=false;} ! if (keyCode==188) {cont.value += ',';entry=false;} ! if (keyCode==190) {cont.value += '.';entry=false;} ! if (keyCode==191) {cont.value += 'Ø';entry=false;} ! if (keyCode==192) {cont.value += 'Ù';entry=false;} ! if (keyCode==219) {cont.value += '<';entry=false;} ! if (keyCode==221) {cont.value += '>';entry=false;} } else { ! if (keyCode==186) {cont.value += 'Ù';entry=false;} ! if (keyCode==188) {cont.value += 'Ù';entry=false;} ! if (keyCode==190) {cont.value += 'ز';entry=false;} ! if (keyCode==191) {cont.value += 'ظ';entry=false;} ! if (keyCode==192) {cont.value += 'ذ';entry=false;} ! if (keyCode==219) {cont.value += 'ج';entry=false;} ! if (keyCode==221) {cont.value += 'د';entry=false;} ! if (keyCode==222) {cont.value += 'Ø·';entry=false;} } Index: diacritic.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_universalkey/diacritic.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** diacritic.js 1 Sep 2005 18:15:42 -0000 1.1 --- diacritic.js 29 Sep 2005 19:49:18 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,22 **** * Scripts for the fck_universalkey.html page. * - * Version: 2.0 RC3 - * Modified: 2005-02-28 17:13:47 - * * File Authors: ! * Michel Staelens (mic...@wa...) ! * Abdul-Aziz Al-Oraij (to...@ho...) ! */ var dia = new Array() --- 12,19 ---- * Scripts for the fck_universalkey.html page. * * File Authors: ! * Michel Staelens (mic...@wa...) ! * Abdul-Aziz Al-Oraij (to...@ho...) ! */ var dia = new Array() Index: dialogue.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_universalkey/dialogue.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dialogue.js 1 Sep 2005 18:15:42 -0000 1.1 --- dialogue.js 29 Sep 2005 19:49:18 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,24 **** * Scripts for the fck_universalkey.html page. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 17:56:14 - * * File Authors: ! * Michel Staelens (mic...@wa...) ! * Bernadette Cierzniak ! * Abdul-Aziz Al-Oraij (to...@ho...) ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function afficher(txt) --- 12,21 ---- * Scripts for the fck_universalkey.html page. * * File Authors: ! * Michel Staelens (mic...@wa...) ! * Bernadette Cierzniak ! * Abdul-Aziz Al-Oraij (to...@ho...) ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function afficher(txt) Index: data.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_universalkey/data.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** data.js 1 Sep 2005 18:15:42 -0000 1.1 --- data.js 29 Sep 2005 19:49:18 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,23 **** * Definition des 104 caracteres en hexa unicode. * - * Version: 2.0 RC3 - * Modified: 2005-02-28 17:13:45 - * * File Authors: ! * Michel Staelens (mic...@wa...) ! * Abdul-Aziz Al-Oraij (to...@ho...) ! */ var Maj = new Array() ; --- 13,20 ---- * Definition des 104 caracteres en hexa unicode. * * File Authors: ! * Michel Staelens (mic...@wa...) ! * Abdul-Aziz Al-Oraij (to...@ho...) ! */ var Maj = new Array() ; *************** *** 36,39 **** --- 33,38 ---- Maj["Danish (L)"] ="00A7|0021|0022|0023|00A4|0025|0026|002F|0028|0029|003D|003F|0060|0051|0057|0045|0052|0054|0059|0055|0049|004F|0050|00C5|005E|0041|0053|0044|0046|0047|0048|004A|004B|004C|00C6|00D8|003E|005A|0058|0043|0056|0042|004E|004D|003B|003A|002A|005F|007B|007D|005C|007E" ; Min["Danish (L)"] ="00BD|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002B|00B4|0071|0077|0065|0072|0074|0079|0075|0069|006F|0070|00E5|00A8|0061|0073|0064|0066|0067|0068|006A|006B|006C|00E6|00F8|003C|007A|0078|0063|0076|0062|006E|006D|002C|002E|0027|002D|005B|005D|007C|0040" ; + Maj["Farsi"] ="0020|0021|0040|0023|0024|0025|005E|0026|002A|0029|0028|005F|002B|0020|0020|0020|0020|0020|0020|0020|00F7|00D7|0020|007D|007B|0020|0020|005D|005B|0623|0622|0640|060C|061B|003A|0022|007E|0020|0020|0020|0020|0020|2019|003E|003C|061F|007C|0020|0020|0020|0020|0020" + Min["Farsi"] ="067E|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|003D|0636|0635|062B|0642|0641|063A|0639|0647|062E|062D|062C|0686|0634|0633|064A|0628|0644|0627|062A|0646|0645|0643|06AF|0638|0637|0632|0631|0630|062F|0621|0648|002E|002F|005C|0020|0020|0020|0020|0020" Maj["Finnish (L)"] ="00A7|0021|0022|0023|00A4|0025|0026|002F|0028|0029|003D|003F|0060|0051|0057|0045|0052|0054|0059|0055|0049|004F|0050|00C5|005E|0041|0053|0044|0046|0047|0048|004A|004B|004C|00D6|00C4|003E|005A|0058|0043|0056|0042|004E|004D|003B|003A|002A|005F|007B|007D|005C|007E" ; Min["Finnish (L)"] ="00BD|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002B|00B4|0071|0077|0065|0072|0074|0079|0075|0069|006F|0070|00E5|00A8|0061|0073|0064|0066|0067|0068|006A|006B|006C|00F6|00E4|003C|007A|0078|0063|0076|0062|006E|006D|002C|002E|0027|002D|005B|005D|007C|0040" ; |