summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS5
-rw-r--r--LICENSE.APLv2204
-rw-r--r--NOTICE4
-rwxr-xr-xautogen.sh2
-rw-r--r--packaging/ise-engine-default.changes5
-rw-r--r--packaging/ise-engine-default.spec18
-rw-r--r--src/isf_default_imengine.cpp12
-rw-r--r--src/isf_default_imengine.h2
-rw-r--r--src/kdb_resource.h257
9 files changed, 235 insertions, 274 deletions
diff --git a/AUTHORS b/AUTHORS
index a7bb5db..c3a285c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,3 @@
-Haifeng Deng <haifeng.deng@samsung.com>
-Jihoon Kim <jihoon48.kim@samsung.com>
+Haifeng Deng <haifeng.deng at samsung dot com>
+Jihoon Kim <jihoon48.kim at samsung dot com>
+Li Zhang <li2012.zhang at samsung dot com>
diff --git a/LICENSE.APLv2 b/LICENSE.APLv2
new file mode 100644
index 0000000..3b739e3
--- /dev/null
+++ b/LICENSE.APLv2
@@ -0,0 +1,204 @@
+Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
+
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright [yyyy] [name of copyright owner]
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
diff --git a/NOTICE b/NOTICE
index 116d338..1c1a4d0 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1 +1,3 @@
-Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
+Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
+Except as noted, this software is licensed under Apache License, Version 2.
+Please, see the LICENSE.APLv2 file for Apache License, Version 2 terms and conditions.
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..f38e3cc
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+./bootstrap
diff --git a/packaging/ise-engine-default.changes b/packaging/ise-engine-default.changes
new file mode 100644
index 0000000..f0b63d1
--- /dev/null
+++ b/packaging/ise-engine-default.changes
@@ -0,0 +1,5 @@
+* Thu Jan 31 2013 Jihoon Kim <jihoon48.kim@samsung.com> accepted/tizen_2.0/20130123.092613@1437977
+- fix hardcoded-library path
+- Remove unused code
+- Support --no-configure in GBS
+
diff --git a/packaging/ise-engine-default.spec b/packaging/ise-engine-default.spec
index c2d4afb..afe3f8c 100644
--- a/packaging/ise-engine-default.spec
+++ b/packaging/ise-engine-default.spec
@@ -1,9 +1,9 @@
Name: ise-engine-default
Summary: Multilingual Keyboard ISE
-Version: 0.1.4315
-Release: 1
-Group: TO_BE/FILLED_IN
-License: TO_BE/FILLED_IN
+Version: 0.1.5023
+Release: 5
+Group: System Environment/Libraries
+License: Apache License, Version 2.0
Source0: %{name}-%{version}.tar.gz
BuildRequires: pkgconfig(isf)
@@ -16,7 +16,7 @@ it is based on Input Service Framework(ISF).
%build
-./bootstrap
+%autogen
%configure --prefix=%{_prefix} --disable-static
make %{?jobs:-j%jobs}
@@ -24,9 +24,11 @@ make %{?jobs:-j%jobs}
%install
rm -rf %{buildroot}
%make_install
-
+mkdir -p %{buildroot}%{_datadir}/license
+install -m0644 %{_builddir}/%{buildsubdir}/LICENSE.APLv2 %{buildroot}%{_datadir}/license/%{name}
%files
%defattr(-,root,root,-)
-/usr/lib/scim-1.0/1.4.0/IMEngine/ise-engine-default.so
-/usr/share/scim/icons/isf-default.png
+%{_libdir}/scim-1.0/1.4.0/IMEngine/ise-engine-default.so
+%{_datadir}/scim/icons/isf-default.png
+%{_datadir}/license/%{name}
diff --git a/src/isf_default_imengine.cpp b/src/isf_default_imengine.cpp
index f143a0a..42c8947 100644
--- a/src/isf_default_imengine.cpp
+++ b/src/isf_default_imengine.cpp
@@ -1,7 +1,7 @@
/*
* ise-engine-default
*
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. All rights reserved.
*
* Contact: Li zhang <li2012.zhang@samsung.com>
*
@@ -56,8 +56,6 @@
#define DEFAULT_NAME "Multilingual/Keyboard"
#define ISF_CONFIG_HARDWARE_KEYBOARD_DETECT "/isf/hw_keyboard_detect"
-#define TIME_COUNT 1 /*muti tap interval (seconds) */
-#define FLUSH_KEY 0x8001
#define UTF8_SIZE 6
#ifndef ISF_DEFAULT_ICON_FILE
@@ -174,7 +172,7 @@ DefaultFactory::create_instance(const String & encoding, int id) {
return new DefaultInstance(this, encoding, id);
}
-/* Initialize member varialbes */
+/* Initialize member variables */
unsigned int DefaultInstance::m_prevkeyval = 0;
int DefaultInstance::m_counter = 0;
@@ -283,9 +281,9 @@ bool DefaultInstance::keypad_process_qwerty(KeyEvent & key) {
/* in case of Alphabet chars */
if (key.code >= 0xfd00)
- return false;//ISF handle function keys
- else if (key.code >= 0x4E00 && key.code <= 0x9FBF)
- return true;//Don't deal with Chinese characters
+ return false;//ISF handle function keys
+ else if (key.code >= 0x4E00 && key.code <= 0x9FBF)
+ return true;//Don't deal with Chinese characters
utf8_wctomb(buf, key.code, UTF8_SIZE);
diff --git a/src/isf_default_imengine.h b/src/isf_default_imengine.h
index 763380e..4b3d180 100644
--- a/src/isf_default_imengine.h
+++ b/src/isf_default_imengine.h
@@ -1,7 +1,7 @@
/*
* ise-engine-default
*
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. All rights reserved.
*
* Contact: Li zhang <li2012.zhang@samsung.com>
*
diff --git a/src/kdb_resource.h b/src/kdb_resource.h
index 79e700b..875281c 100644
--- a/src/kdb_resource.h
+++ b/src/kdb_resource.h
@@ -1,7 +1,7 @@
/*
* ise-engine-default
*
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. All rights reserved.
*
* Contact: Li zhang <li2012.zhang@samsung.com>
*
@@ -28,9 +28,7 @@
typedef enum {
I_HQR, /* Regional Qwerty */
- I_HQD, /* Descrite Qwerty */
- I_HPD, /* 3x4 keypad */
- I_HKD, /* 5x4 keypad */
+ I_HQD, /* Discrete Qwerty */
I_EXP
} IMKeypad;
@@ -99,255 +97,4 @@ typedef enum {
IM_LANGUAGE_CNT
} IMLangauge;
-static const char *gplangname[IM_LANGUAGE_CNT] = {
- "English",
- "French",
- "Spanish",
- "Dutch",
- "German",
- "Greek",
- "Italian",
- "Portuguese",
- "Turkish",
- "Arabic (Egypt)",
- "Russian",
- "Afrikaans",
- "Assamese",
- "Azerbaijani",
- "Basque",
- "Bengali",
- "Bulgarian",
- "Catalan",
- "Czech",
- "Danish",
- "Estonian",
- "Finnish",
- "Galician",
- "Georgian",
- "Gujarati",
- "Hausa",
- "Hebrew",
- "Hindi",
- "Hungarian",
- "Icelandic",
- "Irish",
- "Kannada",
- "Kazakh",
- "Latvian",
- "Lithuanian",
- "Macedonian",
- "Malayalam",
- "Malay",
- "Marathi",
- "Mongolian",
- "Nepali",
- "Norwegian",
- "Polish",
- "Punjabi",
- "Romanian",
- "Serbian",
- "Sinhala",
- "Slovak",
- "Slovenian",
- "Swedish",
- "Tamil",
- "Telugu",
- "Thai",
- "Ukrainian",
- "Urdu",
- "Uzbek",
- "Vietnamese",
- "Welsh",
- "Xhosa",
- "Yoruba",
- "Zulu",
-};
-
-
-const signed char HQDConversion[] = {
- /* 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F */
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0x00
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0x10
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0x20
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0x30
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0x40
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0x50
- -1, 10, 23, 21, 12, 2, 13, 14, 15, 7, 16, 17, 18, 25, 24, 8, // 0x60
- 9, 0, 3, 11, 4, 6, 22, 1, 20, 5, 19, -1, -1, -1, -1, -1, // 0x70
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0x80
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0x90
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0xA0
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0xB0
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0xC0
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0xD0
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, // 0xE0
- -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 0 // 0xF0
-};
-
-static const unsigned short
- g_QWERTY_LOWER_CASE_LETTER[IM_LANGUAGE_CNT][MAXKEYS_QWERTY] = {
- {'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p',
- 'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l',
- 'z', 'x', 'c', 'v', 'b', 'n', 'm',}, /*English */
- {'a', 'z', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p',
- 'q', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l',
- 'm', 'w', 'x', 'c', 'v', 'b', 'n',}, /* LANGUAGE_FRENCH */
- {0x0071, 0x0077, 0x0065, 0x0072, 0x0074, 0x0079, 0x0075, 0x0069, 0x006F,
- 0x0070, 0x0061, 0x0073, 0x0064, 0x0066, 0x0067, 0x0068, 0x006A, 0x006B,
- 0x006C, 0x007A, 0x0078, 0x0063, 0x0076, 0x0062, 0x006E, 0x006D,}, /* LANGUAGE_SPANISH */
- {0x0071, 0x0077, 0x0065, 0x0072, 0x0074, 0x0079, 0x0075, 0x0069, 0x006F,
- 0x0070, 0x0061, 0x0073, 0x0064, 0x0066, 0x0067, 0x0068, 0x006A, 0x006B,
- 0x006C, 0x007A, 0x0078, 0x0063, 0x0076, 0x0062, 0x006E, 0x006D,}, /* LANGUAGE_DUTCH */
- {0x0071, 0x0077, 0x0065, 0x0072, 0x0074, 0x007A, 0x0075, 0x0069, 0x006F,
- 0x0070, 0x0061, 0x0073, 0x0064, 0x0066, 0x0067, 0x0068, 0x006A, 0x006B,
- 0x006C, 0x0079, 0x0078, 0x0063, 0x0076, 0x0062, 0x006E, 0x006D,}, /* LANGUAGE_GERMAN */
- {0x0071, 0x03C2, 0x03B5, 0x03C1, 0x03C4, 0x03C5, 0x03B8, 0x03B9, 0x03BF,
- 0x03C0, 0x03B1, 0x03C3, 0x03B4, 0x03C6, 0x03B3, 0x03B7, 0x03BE, 0x03BA,
- 0x03BB, 0x03B6, 0x03C7, 0x03C8, 0x03C9, 0x03B2, 0x03BD, 0x03BC,}, /* LANGUAGE_GREEK */
- {0x0071, 0x0077, 0x0065, 0x0072, 0x0074, 0x0079, 0x0075, 0x0069, 0x006F,
- 0x0070, 0x0061, 0x0073, 0x0064, 0x0066, 0x0067, 0x0068, 0x006A, 0x006B,
- 0x006C, 0x007A, 0x0078, 0x0063, 0x0076, 0x0062, 0x006E, 0x006D,}, /* LANGUAGE_ITALIAN */
- {0x0071, 0x0077, 0x0065, 0x0072, 0x0074, 0x0079, 0x0075, 0x0069, 0x006F,
- 0x0070, 0x0061, 0x0073, 0x0064, 0x0066, 0x0067, 0x0068, 0x006A, 0x006B,
- 0x006C, 0x007A, 0x0078, 0x0063, 0x0076, 0x0062, 0x006E, 0x006D,}, /* LANGUAGE_PORTUGUESE */
- {0x0071, 0x0077, 0x0065, 0x0072, 0x0074, 0x0079, 0x0075, 0x0069, 0x006F,
- 0x0070, 0x0061, 0x0073, 0x0064, 0x0066, 0x0067, 0x0068, 0x006A, 0x006B,
- 0x006C, 0x007A, 0x0078, 0x0063, 0x0076, 0x0062, 0x006E, 0x006D,}, /* LANGUAGE_TURKISH */
- {0,}, /* LANGUAGE_ARABIC */
- {0,}, /* LANGUAGE_RUSSIAN */
- {0,}, /* LANGUAGE_AFRIKAANS */
- {0,}, /* LANGUAGE_ASSAMESE */
- {0,}, /* LANGUAGE_AZERBAIJANI, */
- {0,}, /* LANGUAGE_BASQUE, */
- {0,}, /* LANGUAGE_BENGALI, */
- {0,}, /* LANGUAGE_BULGARIAN, */
- {0,}, /* LANGUAGE_CATALAN, */
- {0,}, /* LANGUAGE_CZECH, */
- {0,}, /* LANGUAGE_DANISH, */
- {0,}, /* LANGUAGE_ESTONIAN, */
- {0,}, /* LANGUAGE_FINNISH, */
- {0,}, /* LANGUAGE_GALICIAN, */
- {0,}, /* LANGUAGE_GEORGIAN, */
- {0,}, /* LANGUAGE_GUJARATI, */
- {0,}, /* LANGUAGE_HAUSA, */
- {0,}, /* LANGUAGE_HEBREW, */
- {0,}, /* LANGUAGE_HINDI, */
- {0,}, /* LANGUAGE_HUNGARIAN, */
- {0,}, /* LANGUAGE_ICELANDIC, */
- {0,}, /* LANGUAGE_IRISH, */
- {0,}, /* LANGUAGE_KANNADA, */
- {0,}, /* LANGUAGE_KAZAKH, */
- {0,}, /* LANGUAGE_LATVIAN, */
- {0,}, /* LANGUAGE_LITHUANIAN, */
- {0,}, /* LANGUAGE_MACEDONIAN, */
- {0,}, /* LANGUAGE_MALAYALAM, */
- {0,}, /* LANGUAGE_MALAY, */
- {0,}, /* LANGUAGE_MARATHI, */
- {0,}, /* LANGUAGE_MONGOLIAN, */
- {0,}, /* LANGUAGE_NEPALI */
- {0,}, /* LANGUAGE_NORWEGIAN, */
- {0,}, /* LANGUAGE_POLISH, */
- {0,}, /* LANGUAGE_PUNJABI, */
- {0,}, /* LANGUAGE_ROMANIAN, */
- {0,}, /* LANGUAGE_SERBIAN, */
- {0,}, /* LANGUAGE_SINHALA, */
- {0,}, /* LANGUAGE_SLOVAK, */
- {0,}, /* LANGUAGE_SLOVENIAN, */
- {0,}, /* LANGUAGE_SWEDISH, */
- {0,}, /* LANGUAGE_TAMIL, */
- {0,}, /* LANGUAGE_TELUGU, */
- {0,}, /* LANGUAGE_THAI, */
- {0,}, /* LANGUAGE_UKRAINIAN, */
- {0,}, /* LANGUAGE_URDU, */
- {0,}, /* LANGUAGE_UZBEK, */
- {0,}, /* LANGUAGE_VIETNAMESE, */
- {0,}, /* LANGUAGE_WELSH, */
- {0,}, /* LANGUAGE_XHOSA, */
- {0,}, /* LANGUAGE_YORUBA, */
- {0,}, /* LANGUAGE_ZULU, */
-};
-
-static const unsigned short
- g_QWERTY_UPPER_CASE_LETTER[IM_LANGUAGE_CNT][MAXKEYS_QWERTY] = {
- {0x0051, 0x0057, 0x0045, 0x0052, 0x0054, 0x0059, 0x0055, 0x0049, 0x004f,
- 0x0050, 0x0041, 0x0053, 0x0044, 0x0046, 0x0047, 0x0048, 0x004a, 0x004b,
- 0x004c, 0x005a, 0x0058, 0x0043, 0x0056, 0x0042, 0x004e, 0x004d,}, /*English */
- {0x0041, 0x005a, 0x0045, 0x0052, 0x0054, 0x0059, 0x0055, 0x0049, 0x004f,
- 0x0050, 0x0051, 0x0053, 0x0044, 0x0046, 0x0047, 0x0048, 0x004a, 0x004b,
- 0x004c, 0x004d, 0x0057, 0x0058, 0x0043, 0x0056, 0x0042, 0x004e,}, /* LANGUAGE_FRENCH */
- {0x0051, 0x0057, 0x0045, 0x0052, 0x0054, 0x0059, 0x0055, 0x0049, 0x004f,
- 0x0050, 0x0041, 0x0053, 0x0044, 0x0046, 0x0047, 0x0048, 0x004a, 0x004b,
- 0x004c, 0x005a, 0x0058, 0x0043, 0x0056, 0x0042, 0x004e, 0x004d,}, /* LANGUAGE_SPANISH */
- {0x0051, 0x0057, 0x0045, 0x0052, 0x0054, 0x0059, 0x0055, 0x0049, 0x004f,
- 0x0050, 0x0041, 0x0053, 0x0044, 0x0046, 0x0047, 0x0048, 0x004a, 0x004b,
- 0x004c, 0x005a, 0x0058, 0x0043, 0x0056, 0x0042, 0x004e, 0x004d,}, /* LANGUAGE_DUTCH */
- {0x0051, 0x0057, 0x0045, 0x0052, 0x0054, 0x005a, 0x0055, 0x0049, 0x004f,
- 0x0050, 0x0041, 0x0053, 0x0044, 0x0046, 0x0047, 0x0048, 0x004a, 0x004b,
- 0x004c, 0x0059, 0x0058, 0x0043, 0x0056, 0x0042, 0x004e, 0x004d,}, /* LANGUAGE_GERMAN */
- {0x003B, 0x03c2, 0x0395, 0x03a1, 0x03a4, 0x03a5, 0x0398, 0x0399, 0x039f,
- 0x03a0, 0x0391, 0x03a3, 0x0394, 0x03a6, 0x0393, 0x0397, 0x039e, 0x039a,
- 0x039b, 0x0396, 0x03a7, 0x03a8, 0x03a9, 0x0392, 0x039d, 0x039c,}, /* LANGUAGE_GREEK */
- {0x0051, 0x0057, 0x0045, 0x0052, 0x0054, 0x0059, 0x0055, 0x0049, 0x004f,
- 0x0050, 0x0041, 0x0053, 0x0044, 0x0046, 0x0047, 0x0048, 0x004a, 0x004b,
- 0x004c, 0x005a, 0x0058, 0x0043, 0x0056, 0x0042, 0x004e, 0x004d,}, /* LANGUAGE_ITALIAN */
- {0x0051, 0x0057, 0x0045, 0x0052, 0x0054, 0x0059, 0x0055, 0x0049, 0x004f,
- 0x0050, 0x0041, 0x0053, 0x0044, 0x0046, 0x0047, 0x0048, 0x004a, 0x004b,
- 0x004c, 0x005a, 0x0058, 0x0043, 0x0056, 0x0042, 0x004e, 0x004d,}, /* LANGUAGE_PORTUGUESE */
- {0x0051, 0x0057, 0x0045, 0x0052, 0x0054, 0x0059, 0x0055, 0x0049, 0x004f,
- 0x0050, 0x0041, 0x0053, 0x0044, 0x0046, 0x0047, 0x0048, 0x004a, 0x004b,
- 0x004c, 0x005a, 0x0058, 0x0043, 0x0056, 0x0042, 0x004e, 0x004d,}, /* LANGUAGE_TURKISH */
- {0,}, /* LANGUAGE_ARABIC */
- {0,}, /* LANGUAGE_RUSSIAN */
- {0,}, /* LANGUAGE_AFRIKAANS */
- {0,}, /* LANGUAGE_ASSAMESE */
- {0,}, /* LANGUAGE_AZERBAIJANI, */
- {0,}, /* LANGUAGE_BASQUE, */
- {0,}, /* LANGUAGE_BENGALI, */
- {0,}, /* LANGUAGE_BULGARIAN, */
- {0,}, /* LANGUAGE_CATALAN, */
- {0,}, /* LANGUAGE_CZECH, */
- {0,}, /* LANGUAGE_DANISH, */
- {0,}, /* LANGUAGE_ESTONIAN, */
- {0,}, /* LANGUAGE_FINNISH, */
- {0,}, /* LANGUAGE_GALICIAN, */
- {0,}, /* LANGUAGE_GEORGIAN, */
- {0,}, /* LANGUAGE_GUJARATI, */
- {0,}, /* LANGUAGE_HAUSA, */
- {0,}, /* LANGUAGE_HEBREW, */
- {0,}, /* LANGUAGE_HINDI, */
- {0,}, /* LANGUAGE_HUNGARIAN, */
- {0,}, /* LANGUAGE_ICELANDIC, */
- {0,}, /* LANGUAGE_IRISH, */
- {0,}, /* LANGUAGE_KANNADA, */
- {0,}, /* LANGUAGE_KAZAKH, */
- {0,}, /* LANGUAGE_LATVIAN, */
- {0,}, /* LANGUAGE_LITHUANIAN, */
- {0,}, /* LANGUAGE_MACEDONIAN, */
- {0,}, /* LANGUAGE_MALAYALAM, */
- {0,}, /* LANGUAGE_MALAY, */
- {0,}, /* LANGUAGE_MARATHI, */
- {0,}, /* LANGUAGE_MONGOLIAN, */
- {0,}, /* LANGUAGE_NEPALI */
- {0,}, /* LANGUAGE_NORWEGIAN, */
- {0,}, /* LANGUAGE_POLISH, */
- {0,}, /* LANGUAGE_PUNJABI, */
- {0,}, /* LANGUAGE_ROMANIAN, */
- {0,}, /* LANGUAGE_SERBIAN, */
- {0,}, /* LANGUAGE_SINHALA, */
- {0,}, /* LANGUAGE_SLOVAK, */
- {0,}, /* LANGUAGE_SLOVENIAN, */
- {0,}, /* LANGUAGE_SWEDISH, */
- {0,}, /* LANGUAGE_TAMIL, */
- {0,}, /* LANGUAGE_TELUGU, */
- {0,}, /* LANGUAGE_THAI, */
- {0,}, /* LANGUAGE_UKRAINIAN, */
- {0,}, /* LANGUAGE_URDU, */
- {0,}, /* LANGUAGE_UZBEK, */
- {0,}, /* LANGUAGE_VIETNAMESE, */
- {0,}, /* LANGUAGE_WELSH, */
- {0,}, /* LANGUAGE_XHOSA, */
- {0,}, /* LANGUAGE_YORUBA, */
- {0,}, /* LANGUAGE_ZULU, */
-};
-
#endif