688N/A###############################################################################
943N/A# Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
688N/A#
688N/A# Permission is hereby granted, free of charge, to any person obtaining a
919N/A# copy of this software and associated documentation files (the "Software"),
919N/A# to deal in the Software without restriction, including without limitation
919N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
919N/A# and/or sell copies of the Software, and to permit persons to whom the
919N/A# Software is furnished to do so, subject to the following conditions:
919N/A#
919N/A# The above copyright notice and this permission notice (including the next
919N/A# paragraph) shall be included in all copies or substantial portions of the
919N/A# Software.
919N/A#
919N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
919N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
919N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
919N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
919N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
919N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
919N/A# DEALINGS IN THE SOFTWARE.
688N/A#
688N/A
1370N/Adiff --git a/nls/iso8859-8/Compose.pre b/nls/iso8859-8/Compose.pre
1370N/Aindex 1ca90c7..108087e 100644
1370N/A--- a/nls/iso8859-8/Compose.pre
1370N/A+++ b/nls/iso8859-8/Compose.pre
962N/A@@ -1,14 +1,57 @@
688N/A+XCOMM Arabic input table (Ascii input mode)
688N/A XCOMM
688N/A-XCOMM ISO 8859-8 Compose Sequence
688N/A-XCOMM
688N/A-XCOMM Sequence Definition
688N/A+XCOMM Note: The quoted string after the token STATE will appear
688N/A+XCOMM in the status area when XIM status area is specified.
688N/A+
688N/A+STATE "[ English ]"
688N/A+Ctrl<T> : SWITCH_STATE_TO "[ Hebrew ]"
688N/A+Ctrl<space> : SWITCH_STATE_TO "[ Hebrew ]"
688N/A+<Multi_key> <h> <h> : SWITCH_STATE_TO "[ Hebrew ]"
688N/A+
688N/A+END_STATE
688N/A+
688N/A+
688N/A XCOMM
688N/A+XCOMM Hebrew input table (Hebrew input mode)
688N/A XCOMM
688N/A-XCOMM This file currently has no entries. It appears that a compose file (even
688N/A-XCOMM just an empty one) is required for the appropriate keysyms to work for
688N/A-XCOMM this encoding.
688N/A+
688N/A+
688N/A+STATE "[ Hebrew ]"
688N/A+Ctrl<T> : SWITCH_STATE_TO "[ English ]"
688N/A+Ctrl<space> : SWITCH_STATE_TO "[ English ]"
688N/A+
688N/A XCOMM
688N/A-XCOMM <Multi_key> Means <Compose>
688N/A-XCOMM Special Character
688N/A+<q> : "/"
688N/A+<w> : "'"
688N/A+<e> : "\xf7"
688N/A+<r> : "\xf8"
688N/A+<t> : "\xe0"
688N/A+<y> : "\xe8"
688N/A+<u> : "\xe5"
688N/A+<i> : "\xef"
688N/A+<o> : "\xed"
688N/A+<p> : "\xf4"
688N/A+<a> : "\xf9"
688N/A+<s> : "\xe3"
688N/A+<d> : "\xe2"
688N/A+<f> : "\xeb"
688N/A+<g> : "\xf2"
688N/A+<h> : "\xe9"
688N/A+<j> : "\xe7"
688N/A+<k> : "\xec"
688N/A+<l> : "\xea"
688N/A+<semicolon> : "\xf3"
688N/A+<z> : "\xe6"
688N/A+<x> : "\xf1"
688N/A+<c> : "\xe1"
688N/A+<v> : "\xe4"
688N/A+<b> : "\xf0"
688N/A+<n> : "\xee"
688N/A+<m> : "\xf6"
688N/A+<comma> : "\xfa"
688N/A+<period> : "\xf5"
688N/A+<slash> : "."
688N/A+<grave> : ";"
688N/A+<apostrophe> : ","
688N/A+END_STATE
688N/A
688N/A-XCOMM End of Sequence Definition