CharacterEncoderImplementations__MAC_Hebrew.st
author Claus Gittinger <cg@exept.de>
Tue, 09 Jul 2019 20:55:17 +0200
changeset 24417 03b083548da2
parent 8148 dbf64e3142d9
child 17711 39faaaf888b4
permissions -rw-r--r--
#REFACTORING by exept class: Smalltalk class changed: #recursiveInstallAutoloadedClassesFrom:rememberIn:maxLevels:noAutoload:packageTop:showSplashInLevels: Transcript showCR:(... bindWith:...) -> Transcript showCR:... with:...
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8148
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
     1
"
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
     2
 COPYRIGHT (c) 2004 by eXept Software AG
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
     3
              All Rights Reserved
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
     4
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
     5
 This software is furnished under a license and may be used
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
     6
 only in accordance with the terms of that license and with the
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
     8
 be provided or otherwise made available to, or used by, any
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
     9
 other person.  No title to or ownership of the software is
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    10
 hereby transferred.
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    11
"
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    12
8082
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
"{ Package: 'stx:libbasic' }"
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
"{ NameSpace: CharacterEncoderImplementations }"
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
SingleByteEncoder subclass:#MAC_Hebrew
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
	instanceVariableNames:''
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
	classVariableNames:''
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
	poolDictionaries:''
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
	category:'Collections-Text-Encodings'
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    22
!
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    23
8148
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    24
!MAC_Hebrew class methodsFor:'documentation'!
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    25
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    26
copyright
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    27
"
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    28
 COPYRIGHT (c) 2004 by eXept Software AG
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    29
              All Rights Reserved
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    30
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    31
 This software is furnished under a license and may be used
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    32
 only in accordance with the terms of that license and with the
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    33
 inclusion of the above copyright notice.   This software may not
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    34
 be provided or otherwise made available to, or used by, any
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    35
 other person.  No title to or ownership of the software is
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    36
 hereby transferred.
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    37
"
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
    38
! !
8082
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    39
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    40
!MAC_Hebrew class methodsFor:'mapping'!
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    41
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    42
mapFileURL1_relativePathName
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
    ^ 'VENDORS/APPLE/HEBREW.TXT'
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
!
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    46
mapping
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
"
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
# From: http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/HEBREW.TXT
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    50
#=======================================================================
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
#   File name:  HEBREW.TXT
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
#   Contents:   Map (external version) from Mac OS Hebrew
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    54
#               character set to Unicode 2.1 through Unicode 3.2.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    55
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    56
#   Copyright:  (c) 1995-2002 by Apple Computer, Inc., all rights
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    57
#               reserved.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    58
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    59
#   Contact:    charsets@apple.com
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    60
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    61
#   Changes:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    62
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    63
#      b3,c1 2002-Dec-19    Don't require left-right context for digits
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    64
#                                                       0x30-0x39. Change mapping of 0x81 to use
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    65
#                           decomposition. Reverse the mappings of 0xA8,
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    66
#                           0xA9. Update URLs, notes. Matches internal
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    67
#                           utom<b7>.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    68
#       b02  1999-Sep-22    Update contact e-mail address. Matches
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    69
#                           internal utom<b1>, ufrm<b1>, and Text
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    70
#                           Encoding Converter version 1.5.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    71
#       n03  1998-Feb-05    Show required Unicode character
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    72
#                           directionality in a different way. Update
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    73
#                           mappings for 0xC0 and 0xDE to use
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    74
#                           transcoding hints; matches internal utom<n6>,
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    75
#                           ufrm<n20>, and Text Encoding Converter
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    76
#                           version 1.3. Rewrite header comments.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    77
#       n01  1995-Nov-15    First version. Matches internal ufrm<n8>.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    78
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    79
# Standard header:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    80
# ----------------
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    81
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    82
#   Apple, the Apple logo, and Macintosh are trademarks of Apple
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    83
#   Computer, Inc., registered in the United States and other countries.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    84
#   Unicode is a trademark of Unicode Inc. For the sake of brevity,
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    85
#   throughout this document, 'Macintosh' can be used to refer to
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    86
#   Macintosh computers and 'Unicode' can be used to refer to the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    87
#   Unicode standard.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    88
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    89
#   Apple makes no warranty or representation, either express or
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    90
#   implied, with respect to these tables, their quality, accuracy, or
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    91
#   fitness for a particular purpose. In no event will Apple be liable
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    92
#   for direct, indirect, special, incidental, or consequential damages 
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    93
#   resulting from any defect or inaccuracy in this document or the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    94
#   accompanying tables.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    95
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    96
#   These mapping tables and character lists are subject to change.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    97
#   The latest tables should be available from the following:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    98
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    99
#   <http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/>
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   100
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   101
#   For general information about Mac OS encodings and these mapping
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   102
#   tables, see the file 'README.TXT'.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   103
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   104
# Format:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   105
# -------
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   106
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   107
#   Three tab-separated columns;
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   108
#   '#' begins a comment which continues to the end of the line.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   109
#     Column #1 is the Mac OS Hebrew code (in hex as 0xNN).
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   110
#     Column #2 is the corresponding Unicode or Unicode sequence (in
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   111
#       hex as 0xNNNN, 0xNNNN+0xNNNN, etc.). Sequences of up to 5
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   112
#       Unicode characters are used here. A single Unicode character
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   113
#       may be preceded by a tag indicating required directionality
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   114
#       (i.e. <LR>+0xNNNN or <RL>+0xNNNN).
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   115
#     Column #3 is a comment containing the Unicode name.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   116
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   117
#   The entries are in Mac OS Hebrew code order.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   118
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   119
#   Some of these mappings require the use of corporate characters.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   120
#   See the file 'CORPCHAR.TXT' and notes below.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   121
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   122
#   Control character mappings are not shown in this table, following
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   123
#   the conventions of the standard UTC mapping tables. However, the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   124
#   Mac OS Roman character set uses the standard control characters at
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   125
#   0x00-0x1F and 0x7F.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   126
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   127
# Notes on Mac OS Hebrew:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   128
# -----------------------
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   129
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   130
#   1. General
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   131
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   132
#   The Mac OS Hebrew character set supports the Hebrew and Yiddish
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   133
#   languages. It incorporates the Hebrew letter repertoire of
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   134
#   ISO 8859-8, and uses the same code points for them, 0xE0-0xFA.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   135
#   It also incorporates the ASCII character set. In addition, the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   136
#   Mac OS Hebrew character set includes the following:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   137
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   138
#   - Hebrew points (nikud marks) at 0xC6, 0xCB-0xCF and 0xD8-0xDF.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   139
#     These are non-spacing combining marks. Note that the RAFE point
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   140
#     at 0xD8 is not displayed correctly in some fonts, and cannot be
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   141
#     typed using the keyboard layouts in the current Hebrew localized
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   142
#     systems. Also note: The character given in Unicode as QAMATS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   143
#     (U+05B8) actually refers to two different sounds, depending on
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   144
#     context. For example, when ALEF is followed by QAMATS, the QAMATS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   145
#     can actually refer to two different sounds depending on the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   146
#     following letters. The Mac OS Hebrew character set separately
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   147
#     encodes these two sounds for the same graphic shape, as 'qamats'
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   148
#     (0xCB) and 'qamats qatan' (0xDE). The 'qamats' character is more
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   149
#     common, so it is mapped to the Unicode QAMATS; 'qamats qatan' can
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   150
#     only be used with a limited number of characters, and it is
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   151
#     mapped using a corporate-zone variant tag (see below).
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   152
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   153
#   - Various Hebrew ligatures at 0x81, 0xC0, 0xC7, 0xC8, 0xD6, and
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   154
#     0xD7. Also note that the Yiddish YOD YOD PATAH ligature at 0x81
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   155
#     is missing in some fonts.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   156
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   157
#   - The NEW SHEQEL SIGN at 0xA6.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   158
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   159
#       - Latin characters with diacritics at 0x80 and 0x82-0x9F. However,
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   160
#     most of these cannot be typed using the keyboard layouts in the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   161
#     Hebrew localized systems.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   162
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   163
#   - Right-left versions of certain ASCII punctuation, symbols and
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   164
#     digits: 0xA0-0xA5, 0xA7-0xBF, 0xFB-0xFF. See below.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   165
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   166
#   - Miscellaneous additional punctuation at 0xC1, 0xC9, 0xCA, and
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   167
#     0xD0-0xD5. There is a variant of the Hebrew encoding in which
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   168
#     the LEFT SINGLE QUOTATION MARK at 0xD4 is replaced by FIGURE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   169
#     SPACE. The glyphs for some of the other punctuation characters
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   170
#     are missing in some fonts.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   171
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   172
#   - Four obsolete characters at 0xC2-0xC5 known as canorals (not to
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   173
#     be confused with cantillation marks!!). These were used for
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   174
#     manual positioning of nikud marks before System 7.1 (at which
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   175
#     point nikud positioning became automatic with WorldScript.).
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   176
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   177
#   2. Directional characters and roundtrip fidelity
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   178
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
#   The Mac OS Hebrew character set was developed around 1987. At that
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   180
#   time the bidirectional line line layout algorithm used in the Mac OS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   181
#   Hebrew system was fairly simple; it used only a few direction
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   182
#   classes (instead of the 19 now used in the Unicode bidirectional
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   183
#   algorithm). In order to permit users to handle some tricky layou
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   184
#   problems, certain punctuation, symbol, and digit characters have
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   185
#   duplicate code points, one with a left-right direction attribute and
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   186
#   the other with a right-left direction attribute.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   187
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   188
#   For example, plus sign is encoded at 0x2B with a left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   189
#   attribute, and at 0xAB with a right-left attribute. However, there
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   190
#   is only one PLUS SIGN character in Unicode. This leads to some
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   191
#   interesting problems when mapping between Mac OS Hebrew and Unicode;
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   192
#   see below.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   193
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   194
#   A related problem is that even when a particular character is
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   195
#   encoded only once in Mac OS Hebrew, it may have a different
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   196
#   direction attribute than the corresponding Unicode character.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   197
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   198
#   For example, the Mac OS Hebrew character at 0xC9 is HORIZONTAL
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   199
#   ELLIPSIS with strong right-left direction. However, the Unicode
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   200
#   character HORIZONTAL ELLIPSIS has direction class neutral.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   201
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   202
#   3. Font variants
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   203
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   204
#   The table in this file gives the Unicode mappings for the standard
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   205
#   Mac OS Hebrew encoding. This encoding is supported by many of the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   206
#   Apple fonts (including all of the fonts in the Hebrew Language Kit),
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   207
#   and is the encoding supported by the text processing utilities.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   208
#   However, some TrueType fonts provided with the localized Hebrew
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   209
#   system implement a slightly different encoding; the difference is
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   210
#   only in one code point, 0xD4. For the standard variant, this is:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   211
#     0xD4 -> <RL>+0x2018  LEFT SINGLE QUOTATION MARK, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   212
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   213
#   The TrueType variant is used by the following TrueType fonts from
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   214
#   the localized system: Caesarea, Carmel Book, Gilboa, Ramat Sharon,
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   215
#   and Sinai Book. For these, 0xD4 is as follows:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   216
#     0xD4 -> <RL>+0x2007  FIGURE SPACE, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   217
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   218
# Unicode mapping issues and notes:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   219
# ---------------------------------
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   220
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   221
#   1. Matching the direction of Mac OS Hebrew characters
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   222
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   223
#   When Mac OS Hebrew encodes a character twice but with different
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   224
#   direction attributes for the two code points - as in the case of
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   225
#   plus sign mentioned above - we need a way to map both Mac OS Hebrew
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   226
#   code points to Unicode and back again without loss of information.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   227
#   With the plus sign, for example, mapping one of the Mac OS Hebrew
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   228
#   characters to a code in the Unicode corporate use zone is
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   229
#   undesirable, since both of the plus sign characters are likely to
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   230
#   be used in text that is interchanged.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   231
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   232
#   The problem is solved with the use of direction override characters
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   233
#   and direction-dependent mappings. When mapping from Mac OS Hebrew
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   234
#   to Unicode, we use direction overrides as necessary to force the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   235
#   direction of the resulting Unicode characters.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   236
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   237
#   The required direction is indicated by a direction tag in the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   238
#   mappings. A tag of <LR> means the corresponding Unicode character
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   239
#   must have a strong left-right context, and a tag of <RL> indicates
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   240
#   a right-left context.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   241
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   242
#   For example, the mapping of 0x2B is given as <LR>+0x002B; the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   243
#   mapping of 0xAB is given as <RL>+0x002B. If we map an isolated
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   244
#   instance of 0x2B to Unicode, it should be mapped as follows (LRO
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   245
#   indicates LEFT-RIGHT OVERRIDE, PDF indicates POP DIRECTION
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   246
#   FORMATTING):
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   247
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   248
#     0x2B ->  0x202D (LRO) + 0x002B (PLUS SIGN) + 0x202C (PDF)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   249
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   250
#   When mapping several characters in a row that require direction
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   251
#   forcing, the overrides need only be used at the beginning and end.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   252
#   For example:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   253
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   254
#     0x24 0x20 0x28 0x29 -> 0x202D 0x0024 0x0020 0x0028 0x0029 0x202C
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   255
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   256
#   If neutral characters that require direction forcing are already
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   257
#   between strong-direction characters with matching directionality,
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   258
#   then direction overrides need not be used. Direction overrides are
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   259
#   always needed to map the right-left digits at 0xB0-0xB9.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   260
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   261
#   When mapping from Unicode to Mac OS Hebrew, the Unicode
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   262
#   bidirectional algorithm should be used to determine resolved
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   263
#   direction of the Unicode characters. The mapping from Unicode to
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   264
#   Mac OS Hebrew can then be disambiguated by the use of the resolved
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   265
#   direction:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   266
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   267
#     Unicode 0x002B -> Mac OS Hebrew 0x2B (if L) or 0xAB (if R)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   268
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   269
#   However, this also means the direction override characters should
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   270
#   be discarded when mapping from Unicode to Mac OS Hebrew (after
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   271
#   they have been used to determine resolved direction), since the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   272
#   direction override information is carried by the code point itself.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   273
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   274
#   Even when direction overrides are not needed for roundtrip
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   275
#   fidelity, they are sometimes used when mapping Mac OS Hebrew
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   276
#   characters to Unicode in order to achieve similar text layout with
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   277
#   the resulting Unicode text. For example, the single Mac OS Hebrew
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   278
#   ellipsis character has direction class right-left,and there is no
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   279
#   left-right version. However, the Unicode HORIZONTAL ELLIPSIS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   280
#   character has direction class neutral (which means it may end up
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   281
#   with a resolved direction of left-right if surrounded by left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   282
#   characters). When mapping the Mac OS Hebrew ellipsis to Unicode, it
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   283
#   is surrounded with a direction override to help preserve proper
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   284
#   text layout. The resolved direction is not needed or used when
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   285
#   mapping the Unicode HORIZONTAL ELLIPSIS back to Mac OS Hebrew.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   286
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   287
#   2. Use of corporate-zone Unicodes
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   288
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   289
#   The goals in the mappings provided here are:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   290
#   - Ensure roundtrip mapping from every character in the Mac OS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   291
#     Hebrew character set to Unicode and back
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   292
#   - Use standard Unicode characters as much as possible, to
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   293
#     maximize interchangeability of the resulting Unicode text.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   294
#     Whenever possible, avoid having content carried by private-use
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   295
#     characters.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   296
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   297
#   Some of the characters in the Mac OS Hebrew character set do not
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   298
#   correspond to distinct, single Unicode characters. To map these
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   299
#   and satisfy both goals above, we employ various strategies.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   300
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   301
#   a) If possible, use private use characters in combination with
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   302
#   standard Unicode characters to mark variants of the standard
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   303
#   Unicode character.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   304
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   305
#   Apple has defined a block of 32 corporate characters as 'transcoding
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   306
#   hints.' These are used in combination with standard Unicode characters
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   307
#   to force them to be treated in a special way for mapping to other
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   308
#   encodings; they have no other effect. Sixteen of these transcoding
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   309
#   hints are 'grouping hints' - they indicate that the next 2-4 Unicode
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   310
#   characters should be treated as a single entity for transcoding. The
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   311
#   other sixteen transcoding hints are 'variant tags' - they are like
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   312
#   combining characters, and can follow a standard Unicode (or a sequence
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   313
#   consisting of a base character and other combining characters) to
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   314
#   cause it to be treated in a special way for transcoding. These always
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   315
#   terminate a combining-character sequence.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   316
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   317
#   Two transcoding hints are used in this mapping table: a grouping hint
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   318
#   and a variant tag:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   319
#   hint:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   320
#     0xF86A  group next 2 characters, right-left directionality
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   321
#     0xF87F  variant tag
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   322
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   323
#   In Mac OS Hebrew, 0xC0 is a ligature for lamed holam. This can also
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   324
#   be represented in Mac OS Hebrew as 0xEC+0xDD, using separate
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   325
#   characters for lamed and holam. The latter sequence is mapped to
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   326
#   Unicode as 0x05DC+0x05B9, i.e. as the sequence HEBREW LETTER LAMED +
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   327
#   HEBREW POINT HOLAM. We want to map the ligature 0xC0 using the same
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   328
#   standard Unicode characters, but for round-trip fidelity we need to
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   329
#   distinguish it from the mapping of the sequence 0xEC+0xDD. Thus for
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   330
#   0xC0 we use a grouping hint, and map as follows:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   331
#   
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   332
#     0xC0 -> 0xF86A+0x05DC+0x05B9
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   333
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   334
#   The variant tag is used for 'qamats qatan' to mark it as an alternate
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   335
#   for HEBREW POINT QAMATS, as follows:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   336
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   337
#     0xDE -> 0x05B8+0xF87F
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   338
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   339
#   b) Otherwise, use private use characters by themselves to map Mac OS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   340
#   Hebrew characters which  have no relationship to any standard Unicode
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   341
#   character.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   342
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   343
#   The following additional corporate zone Unicode characters are used
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   344
#   for this purpose here (to map the obsolete 'canorals', see above):
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   345
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   346
#     0xF89B  Hebrew canoral 1
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   347
#     0xF89C  Hebrew canoral 2
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   348
#     0xF89D  Hebrew canoral 3
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   349
#     0xF89E  Hebrew canoral 4
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   350
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   351
# Details of mapping changes in each version:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   352
# -------------------------------------------
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   353
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   354
#   Changes from version b02 to version b03/c01:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   355
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   356
#   - Stop specifying left-right context for digits 0x30-0x39, since the
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   357
#     corresponding Unicodes 0x0030-0x0039 already have left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   358
#     directionality.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   359
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   360
#   - Change mapping of 0x81 from 0xFB1F HEBREW LIGATURE YIDDISH YOD YOD
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   361
#     PATAH to its canonical decomposition 0x05F2+0x05B7 to improve
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   362
#     cross-platform compatibility (Windows doesn't handle 0xFB1F)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   363
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   364
#   - Interchange the mappings of 0xA8 and 0xA9 to obtain the correct
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   365
#     open/close behavior; they work differently than in Mac Arabic.
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   366
#     The old mapping was
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   367
#         0xA8 <RL>+0x0028 # LEFT PARENTHESIS, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   368
#         0xA9 <RL>+0x0029 # RIGHT PARENTHESIS, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   369
#     and the new mapping is
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   370
#         0xA8 <RL>+0x0029 # RIGHT PARENTHESIS, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   371
#         0xA9 <RL>+0x0028 # LEFT PARENTHESIS, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   372
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   373
#   Changes from version n01 to version n03:
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   374
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   375
#   - Change mapping for 0xC0 from single corporate character to
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   376
#     grouping hint plus standard Unicodes
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   377
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   378
#   - Change mapping for 0xDE from single corporate character to
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   379
#     standard Unicode plus variant tag
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   380
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   381
##################
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   382
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   383
0x20    <LR>+0x0020     # SPACE, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   384
0x21    <LR>+0x0021     # EXCLAMATION MARK, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   385
0x22    <LR>+0x0022     # QUOTATION MARK, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   386
0x23    <LR>+0x0023     # NUMBER SIGN, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   387
0x24    <LR>+0x0024     # DOLLAR SIGN, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   388
0x25    <LR>+0x0025     # PERCENT SIGN, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   389
0x26    0x0026  # AMPERSAND
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   390
0x27    <LR>+0x0027     # APOSTROPHE, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   391
0x28    <LR>+0x0028     # LEFT PARENTHESIS, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   392
0x29    <LR>+0x0029     # RIGHT PARENTHESIS, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   393
0x2A    <LR>+0x002A     # ASTERISK, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   394
0x2B    <LR>+0x002B     # PLUS SIGN, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   395
0x2C    <LR>+0x002C     # COMMA, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   396
0x2D    <LR>+0x002D     # HYPHEN-MINUS, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   397
0x2E    <LR>+0x002E     # FULL STOP, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   398
0x2F    <LR>+0x002F     # SOLIDUS, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   399
0x30    0x0030  # DIGIT ZERO
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   400
0x31    0x0031  # DIGIT ONE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   401
0x32    0x0032  # DIGIT TWO
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   402
0x33    0x0033  # DIGIT THREE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   403
0x34    0x0034  # DIGIT FOUR
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   404
0x35    0x0035  # DIGIT FIVE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   405
0x36    0x0036  # DIGIT SIX
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   406
0x37    0x0037  # DIGIT SEVEN
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   407
0x38    0x0038  # DIGIT EIGHT
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   408
0x39    0x0039  # DIGIT NINE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   409
0x3A    <LR>+0x003A     # COLON, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   410
0x3B    <LR>+0x003B     # SEMICOLON, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   411
0x3C    <LR>+0x003C     # LESS-THAN SIGN, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   412
0x3D    <LR>+0x003D     # EQUALS SIGN, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   413
0x3E    <LR>+0x003E     # GREATER-THAN SIGN, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   414
0x3F    <LR>+0x003F     # QUESTION MARK, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   415
0x40    0x0040  # COMMERCIAL AT
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   416
0x41    0x0041  # LATIN CAPITAL LETTER A
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   417
0x42    0x0042  # LATIN CAPITAL LETTER B
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   418
0x43    0x0043  # LATIN CAPITAL LETTER C
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   419
0x44    0x0044  # LATIN CAPITAL LETTER D
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   420
0x45    0x0045  # LATIN CAPITAL LETTER E
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   421
0x46    0x0046  # LATIN CAPITAL LETTER F
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   422
0x47    0x0047  # LATIN CAPITAL LETTER G
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   423
0x48    0x0048  # LATIN CAPITAL LETTER H
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   424
0x49    0x0049  # LATIN CAPITAL LETTER I
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   425
0x4A    0x004A  # LATIN CAPITAL LETTER J
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   426
0x4B    0x004B  # LATIN CAPITAL LETTER K
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   427
0x4C    0x004C  # LATIN CAPITAL LETTER L
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   428
0x4D    0x004D  # LATIN CAPITAL LETTER M
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   429
0x4E    0x004E  # LATIN CAPITAL LETTER N
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   430
0x4F    0x004F  # LATIN CAPITAL LETTER O
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   431
0x50    0x0050  # LATIN CAPITAL LETTER P
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   432
0x51    0x0051  # LATIN CAPITAL LETTER Q
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   433
0x52    0x0052  # LATIN CAPITAL LETTER R
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   434
0x53    0x0053  # LATIN CAPITAL LETTER S
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   435
0x54    0x0054  # LATIN CAPITAL LETTER T
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   436
0x55    0x0055  # LATIN CAPITAL LETTER U
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   437
0x56    0x0056  # LATIN CAPITAL LETTER V
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   438
0x57    0x0057  # LATIN CAPITAL LETTER W
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   439
0x58    0x0058  # LATIN CAPITAL LETTER X
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   440
0x59    0x0059  # LATIN CAPITAL LETTER Y
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   441
0x5A    0x005A  # LATIN CAPITAL LETTER Z
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   442
0x5B    <LR>+0x005B     # LEFT SQUARE BRACKET, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   443
0x5C    0x005C  # REVERSE SOLIDUS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   444
0x5D    <LR>+0x005D     # RIGHT SQUARE BRACKET, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   445
0x5E    0x005E  # CIRCUMFLEX ACCENT
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   446
0x5F    0x005F  # LOW LINE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   447
0x60    0x0060  # GRAVE ACCENT
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   448
0x61    0x0061  # LATIN SMALL LETTER A
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   449
0x62    0x0062  # LATIN SMALL LETTER B
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   450
0x63    0x0063  # LATIN SMALL LETTER C
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   451
0x64    0x0064  # LATIN SMALL LETTER D
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   452
0x65    0x0065  # LATIN SMALL LETTER E
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   453
0x66    0x0066  # LATIN SMALL LETTER F
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   454
0x67    0x0067  # LATIN SMALL LETTER G
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   455
0x68    0x0068  # LATIN SMALL LETTER H
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   456
0x69    0x0069  # LATIN SMALL LETTER I
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   457
0x6A    0x006A  # LATIN SMALL LETTER J
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   458
0x6B    0x006B  # LATIN SMALL LETTER K
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   459
0x6C    0x006C  # LATIN SMALL LETTER L
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   460
0x6D    0x006D  # LATIN SMALL LETTER M
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   461
0x6E    0x006E  # LATIN SMALL LETTER N
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   462
0x6F    0x006F  # LATIN SMALL LETTER O
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   463
0x70    0x0070  # LATIN SMALL LETTER P
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   464
0x71    0x0071  # LATIN SMALL LETTER Q
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   465
0x72    0x0072  # LATIN SMALL LETTER R
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   466
0x73    0x0073  # LATIN SMALL LETTER S
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   467
0x74    0x0074  # LATIN SMALL LETTER T
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   468
0x75    0x0075  # LATIN SMALL LETTER U
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   469
0x76    0x0076  # LATIN SMALL LETTER V
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   470
0x77    0x0077  # LATIN SMALL LETTER W
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   471
0x78    0x0078  # LATIN SMALL LETTER X
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   472
0x79    0x0079  # LATIN SMALL LETTER Y
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   473
0x7A    0x007A  # LATIN SMALL LETTER Z
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   474
0x7B    <LR>+0x007B     # LEFT CURLY BRACKET, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   475
0x7C    <LR>+0x007C     # VERTICAL LINE, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   476
0x7D    <LR>+0x007D     # RIGHT CURLY BRACKET, left-right
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   477
0x7E    0x007E  # TILDE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   478
#
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   479
0x80    0x00C4  # LATIN CAPITAL LETTER A WITH DIAERESIS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   480
0x81    0x05F2+0x05B7   # HEBREW LIGATURE YIDDISH YOD YOD PATAH
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   481
0x82    0x00C7  # LATIN CAPITAL LETTER C WITH CEDILLA
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   482
0x83    0x00C9  # LATIN CAPITAL LETTER E WITH ACUTE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   483
0x84    0x00D1  # LATIN CAPITAL LETTER N WITH TILDE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   484
0x85    0x00D6  # LATIN CAPITAL LETTER O WITH DIAERESIS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   485
0x86    0x00DC  # LATIN CAPITAL LETTER U WITH DIAERESIS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   486
0x87    0x00E1  # LATIN SMALL LETTER A WITH ACUTE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   487
0x88    0x00E0  # LATIN SMALL LETTER A WITH GRAVE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   488
0x89    0x00E2  # LATIN SMALL LETTER A WITH CIRCUMFLEX
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   489
0x8A    0x00E4  # LATIN SMALL LETTER A WITH DIAERESIS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   490
0x8B    0x00E3  # LATIN SMALL LETTER A WITH TILDE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   491
0x8C    0x00E5  # LATIN SMALL LETTER A WITH RING ABOVE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   492
0x8D    0x00E7  # LATIN SMALL LETTER C WITH CEDILLA
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   493
0x8E    0x00E9  # LATIN SMALL LETTER E WITH ACUTE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   494
0x8F    0x00E8  # LATIN SMALL LETTER E WITH GRAVE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   495
0x90    0x00EA  # LATIN SMALL LETTER E WITH CIRCUMFLEX
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   496
0x91    0x00EB  # LATIN SMALL LETTER E WITH DIAERESIS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   497
0x92    0x00ED  # LATIN SMALL LETTER I WITH ACUTE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   498
0x93    0x00EC  # LATIN SMALL LETTER I WITH GRAVE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   499
0x94    0x00EE  # LATIN SMALL LETTER I WITH CIRCUMFLEX
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   500
0x95    0x00EF  # LATIN SMALL LETTER I WITH DIAERESIS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   501
0x96    0x00F1  # LATIN SMALL LETTER N WITH TILDE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   502
0x97    0x00F3  # LATIN SMALL LETTER O WITH ACUTE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   503
0x98    0x00F2  # LATIN SMALL LETTER O WITH GRAVE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   504
0x99    0x00F4  # LATIN SMALL LETTER O WITH CIRCUMFLEX
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   505
0x9A    0x00F6  # LATIN SMALL LETTER O WITH DIAERESIS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   506
0x9B    0x00F5  # LATIN SMALL LETTER O WITH TILDE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   507
0x9C    0x00FA  # LATIN SMALL LETTER U WITH ACUTE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   508
0x9D    0x00F9  # LATIN SMALL LETTER U WITH GRAVE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   509
0x9E    0x00FB  # LATIN SMALL LETTER U WITH CIRCUMFLEX
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   510
0x9F    0x00FC  # LATIN SMALL LETTER U WITH DIAERESIS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   511
0xA0    <RL>+0x0020     # SPACE, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   512
0xA1    <RL>+0x0021     # EXCLAMATION MARK, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   513
0xA2    <RL>+0x0022     # QUOTATION MARK, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   514
0xA3    <RL>+0x0023     # NUMBER SIGN, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   515
0xA4    <RL>+0x0024     # DOLLAR SIGN, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   516
0xA5    <RL>+0x0025     # PERCENT SIGN, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   517
0xA6    0x20AA  # NEW SHEQEL SIGN
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   518
0xA7    <RL>+0x0027     # APOSTROPHE, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   519
0xA8    <RL>+0x0029     # RIGHT PARENTHESIS, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   520
0xA9    <RL>+0x0028     # LEFT PARENTHESIS, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   521
0xAA    <RL>+0x002A     # ASTERISK, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   522
0xAB    <RL>+0x002B     # PLUS SIGN, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   523
0xAC    <RL>+0x002C     # COMMA, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   524
0xAD    <RL>+0x002D     # HYPHEN-MINUS, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   525
0xAE    <RL>+0x002E     # FULL STOP, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   526
0xAF    <RL>+0x002F     # SOLIDUS, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   527
0xB0    <RL>+0x0030     # DIGIT ZERO, right-left (need override)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   528
0xB1    <RL>+0x0031     # DIGIT ONE, right-left (need override)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   529
0xB2    <RL>+0x0032     # DIGIT TWO, right-left (need override)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   530
0xB3    <RL>+0x0033     # DIGIT THREE, right-left (need override)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   531
0xB4    <RL>+0x0034     # DIGIT FOUR, right-left (need override)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   532
0xB5    <RL>+0x0035     # DIGIT FIVE, right-left (need override)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   533
0xB6    <RL>+0x0036     # DIGIT SIX, right-left (need override)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   534
0xB7    <RL>+0x0037     # DIGIT SEVEN, right-left (need override)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   535
0xB8    <RL>+0x0038     # DIGIT EIGHT, right-left (need override)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   536
0xB9    <RL>+0x0039     # DIGIT NINE, right-left (need override)
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   537
0xBA    <RL>+0x003A     # COLON, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   538
0xBB    <RL>+0x003B     # SEMICOLON, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   539
0xBC    <RL>+0x003C     # LESS-THAN SIGN, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   540
0xBD    <RL>+0x003D     # EQUALS SIGN, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   541
0xBE    <RL>+0x003E     # GREATER-THAN SIGN, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   542
0xBF    <RL>+0x003F     # QUESTION MARK, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   543
0xC0    0xF86A+0x05DC+0x05B9    # Hebrew ligature lamed holam
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   544
0xC1    <RL>+0x201E     # DOUBLE LOW-9 QUOTATION MARK, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   545
0xC2    0xF89B  # Hebrew canoral 1
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   546
0xC3    0xF89C  # Hebrew canoral 2
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   547
0xC4    0xF89D  # Hebrew canoral 3
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   548
0xC5    0xF89E  # Hebrew canoral 4
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   549
0xC6    0x05BC  # HEBREW POINT DAGESH OR MAPIQ
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   550
0xC7    0xFB4B  # HEBREW LETTER VAV WITH HOLAM
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   551
0xC8    0xFB35  # HEBREW LETTER VAV WITH DAGESH
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   552
0xC9    <RL>+0x2026     # HORIZONTAL ELLIPSIS, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   553
0xCA    <RL>+0x00A0     # NO-BREAK SPACE, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   554
0xCB    0x05B8  # HEBREW POINT QAMATS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   555
0xCC    0x05B7  # HEBREW POINT PATAH
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   556
0xCD    0x05B5  # HEBREW POINT TSERE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   557
0xCE    0x05B6  # HEBREW POINT SEGOL
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   558
0xCF    0x05B4  # HEBREW POINT HIRIQ
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   559
0xD0    <RL>+0x2013     # EN DASH, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   560
0xD1    <RL>+0x2014     # EM DASH, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   561
0xD2    <RL>+0x201C     # LEFT DOUBLE QUOTATION MARK, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   562
0xD3    <RL>+0x201D     # RIGHT DOUBLE QUOTATION MARK, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   563
0xD4    <RL>+0x2018     # LEFT SINGLE QUOTATION MARK, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   564
0xD5    <RL>+0x2019     # RIGHT SINGLE QUOTATION MARK, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   565
0xD6    0xFB2A  # HEBREW LETTER SHIN WITH SHIN DOT
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   566
0xD7    0xFB2B  # HEBREW LETTER SHIN WITH SIN DOT
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   567
0xD8    0x05BF  # HEBREW POINT RAFE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   568
0xD9    0x05B0  # HEBREW POINT SHEVA
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   569
0xDA    0x05B2  # HEBREW POINT HATAF PATAH
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   570
0xDB    0x05B1  # HEBREW POINT HATAF SEGOL
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   571
0xDC    0x05BB  # HEBREW POINT QUBUTS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   572
0xDD    0x05B9  # HEBREW POINT HOLAM
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   573
0xDE    0x05B8+0xF87F   # HEBREW POINT QAMATS, alternate form 'qamats qatan'
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   574
0xDF    0x05B3  # HEBREW POINT HATAF QAMATS
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   575
0xE0    0x05D0  # HEBREW LETTER ALEF
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   576
0xE1    0x05D1  # HEBREW LETTER BET
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   577
0xE2    0x05D2  # HEBREW LETTER GIMEL
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   578
0xE3    0x05D3  # HEBREW LETTER DALET
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   579
0xE4    0x05D4  # HEBREW LETTER HE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   580
0xE5    0x05D5  # HEBREW LETTER VAV
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   581
0xE6    0x05D6  # HEBREW LETTER ZAYIN
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   582
0xE7    0x05D7  # HEBREW LETTER HET
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   583
0xE8    0x05D8  # HEBREW LETTER TET
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   584
0xE9    0x05D9  # HEBREW LETTER YOD
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   585
0xEA    0x05DA  # HEBREW LETTER FINAL KAF
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   586
0xEB    0x05DB  # HEBREW LETTER KAF
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   587
0xEC    0x05DC  # HEBREW LETTER LAMED
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   588
0xED    0x05DD  # HEBREW LETTER FINAL MEM
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   589
0xEE    0x05DE  # HEBREW LETTER MEM
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   590
0xEF    0x05DF  # HEBREW LETTER FINAL NUN
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   591
0xF0    0x05E0  # HEBREW LETTER NUN
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   592
0xF1    0x05E1  # HEBREW LETTER SAMEKH
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   593
0xF2    0x05E2  # HEBREW LETTER AYIN
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   594
0xF3    0x05E3  # HEBREW LETTER FINAL PE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   595
0xF4    0x05E4  # HEBREW LETTER PE
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   596
0xF5    0x05E5  # HEBREW LETTER FINAL TSADI
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   597
0xF6    0x05E6  # HEBREW LETTER TSADI
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   598
0xF7    0x05E7  # HEBREW LETTER QOF
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   599
0xF8    0x05E8  # HEBREW LETTER RESH
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   600
0xF9    0x05E9  # HEBREW LETTER SHIN
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   601
0xFA    0x05EA  # HEBREW LETTER TAV
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   602
0xFB    <RL>+0x007D     # RIGHT CURLY BRACKET, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   603
0xFC    <RL>+0x005D     # RIGHT SQUARE BRACKET, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   604
0xFD    <RL>+0x007B     # LEFT CURLY BRACKET, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   605
0xFE    <RL>+0x005B     # LEFT SQUARE BRACKET, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   606
0xFF    <RL>+0x007C     # VERTICAL LINE, right-left
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   607
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   608
"
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   609
! !
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   610
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   611
!MAC_Hebrew class methodsFor:'documentation'!
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   612
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   613
version
8148
dbf64e3142d9 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8114
diff changeset
   614
    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Hebrew.st,v 1.3 2004-03-09 22:01:14 cg Exp $'
8082
be629521cbae initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   615
! !