diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2006-10-02 20:07:15 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2006-10-02 20:07:15 -0400 |
commit | 967f9ea52f38f17bec14ba24a89f020db1f8d407 (patch) | |
tree | 3c5a0d2046cdc4bd12bb721c98cdc1a6baeef5de /src/chrtrans/iso07_uni.tbl | |
parent | 29b077007f10f28f8e16ec608e490c0fc28e183a (diff) | |
download | lynx-snapshots-967f9ea52f38f17bec14ba24a89f020db1f8d407.tar.gz |
snapshot of project "lynx", label v2-8-6pre_5
Diffstat (limited to 'src/chrtrans/iso07_uni.tbl')
-rw-r--r-- | src/chrtrans/iso07_uni.tbl | 53 |
1 files changed, 37 insertions, 16 deletions
diff --git a/src/chrtrans/iso07_uni.tbl b/src/chrtrans/iso07_uni.tbl index 3eb3aeb7..87372a9e 100644 --- a/src/chrtrans/iso07_uni.tbl +++ b/src/chrtrans/iso07_uni.tbl @@ -1,3 +1,5 @@ +# This file has been modified for lynx (see README.tables) + #The MIME name of this charset. Miso-8859-7 @@ -8,43 +10,59 @@ OGreek (ISO-8859-7) C813 # -# Name: ISO 8859-7 (1987) to Unicode -# Unicode version: 1.1 -# Table version: 0.1 +# Name: ISO 8859-7:2003 to Unicode +# Unicode version: 4.0 +# Table version: 2.0 # Table format: Format A -# Date: 16 January 1995 -# Authors: Tim Greenwood <greenwood@r2me2.enet.dec.com> -# John H. Jenkins <John_Jenkins@taligent.com> +# Date: 2003-Nov-12 +# Authors: Ken Whistler <kenw@sybase.com> # -# Copyright (c) 1991-1995 Unicode, Inc. All Rights reserved. +# Copyright (c) 1991-2003 Unicode, Inc. All Rights reserved. # # This file is provided as-is by Unicode, Inc. (The Unicode Consortium). # No claims are made as to fitness for any particular purpose. No # warranties of any kind are expressed or implied. The recipient # agrees to determine applicability of information provided. If this -# file has been provided on magnetic media by Unicode, Inc., the sole +# file has been provided on optical media by Unicode, Inc., the sole # remedy for any claim will be exchange of defective media within 90 # days of receipt. # -# Recipient is granted the right to make copies in any form for -# internal distribution and to freely use the information supplied -# in the creation of products supporting Unicode. Unicode, Inc. -# specifically excludes the right to re-distribute this file directly -# to third parties or other organizations whether for profit or not. +# Unicode, Inc. hereby grants the right to freely use the information +# supplied in this file in the creation of products supporting the +# Unicode Standard, and to make copies of this file in any form for +# internal or external distribution as long as this notice remains +# attached. # # General notes: # # This table contains the data the Unicode Consortium has on how -# ISO 8859-7 (1987) characters map into Unicode. +# ISO 8859-7:2003 characters map into Unicode. +# +# ISO 8859-7:1987 is equivalent to ISO-IR-126, ELOT 928, +# and ECMA 118. ISO 8859-7:2003 adds two currency signs +# and one other character not in the earlier standard. # # Format: Three tab-separated columns # Column #1 is the ISO 8859-7 code (in hex as 0xXX) # Column #2 is the Unicode (in hex as 0xXXXX) # Column #3 the Unicode name (follows a comment sign, '#') # -# The entries are in ISO 8859-7 order +# The entries are in ISO 8859-7 order. +# +# Version history +# 1.0 version updates 0.1 version by adding mappings for all +# control characters. +# Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7 +# Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7 +# +# 2.0 version updates 1.0 version by adding mappings for the +# three newly added characters 0xA4, 0xA5, 0xAA. +# +# Updated versions of this file may be found in: +# <http://www.unicode.org/Public/MAPPINGS/> # -# Any comments or problems, contact <John_Jenkins@taligent.com> +# Any comments or problems, contact the Unicode Consortium at: +# <http://www.unicode.org/reporting.html> # # Lines with more than one Unicode (U+XXXX) value contain additional # replacement mappings added for lynx. - kw @@ -159,10 +177,13 @@ C813 0xA1 U+02BD U+2018 U+0371 # MODIFIER LETTER REVERSED COMMA 0xA2 U+02BC U+2019 U+0372 # MODIFIER LETTER APOSTROPHE 0xA3 U+00A3 # POUND SIGN +0xA4 U+20AC # EURO SIGN +0xA5 U+20AF # DRACHMA SIGN 0xA6 U+00A6 # BROKEN BAR 0xA7 U+00A7 # SECTION SIGN 0xA8 U+00A8 # DIAERESIS 0xA9 U+00A9 # COPYRIGHT SIGN +0xAA U+037A # GREEK YPOGEGRAMMENI 0xAB U+00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 0xAC U+00AC # NOT SIGN 0xAD U+00AD # SOFT HYPHEN |