mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
Refresh charsets from www.unicode.org.
Add copyright and licence notices, and a NEWS entry. The data in the new versions is not entirely the same as what ELinks used to have: - Unicode/8859_1.cp: Adds control characters. - Unicode/8859_2.cp: Adds control characters. - Unicode/8859_4.cp: Adds some control characters that ELinks assumed there already. - Unicode/8859_7.cp: Adds three characters. - Unicode/8859_15.cp: Adds control characters. - Unicode/8859_16.cp: Adds control characters and swaps 0xA5 with 0xAB. - Unicode/koi8_r.cp: Changes 0x95 and adds some control characters that ELinks assumed there already. - Unicode/macroman.cp: Changes 0xC6 and removes some control characters that ELinks assumes there anyway.
This commit is contained in:
committed by
Kalle Olavi Niemitalo
parent
5d45f18250
commit
c9ca6fd448
@@ -1,13 +1,25 @@
|
||||
CP 437
|
||||
"cp437", "437", "IBM437", "csPC8CodePage437"
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
# The following data was downloaded from
|
||||
# http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP437.TXT
|
||||
# on 2008-10-05, so it is a Unicode Data File covered by the Unicode
|
||||
# copyright and permission notice in the COPYING file of ELinks,
|
||||
# regardless of any terms shown below.
|
||||
#
|
||||
# This file differs from the original in the following ways:
|
||||
# - Added this comment, blank lines around it, and charset names above it.
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
#
|
||||
# Name: cp437_DOSLatinUS to Unicode table
|
||||
# Unicode version: 2.0
|
||||
# Table version: 2.00
|
||||
# Table format: Format A
|
||||
# Date: 04/24/96
|
||||
# Authors: Lori Brownell <loribr@microsoft.com>
|
||||
# K.D. Chang <a-kchang@microsoft.com>
|
||||
# Contact: Shawn.Steele@microsoft.com
|
||||
#
|
||||
# General notes: none
|
||||
#
|
||||
# Format: Three tab-separated columns
|
||||
@@ -273,3 +285,4 @@ CP 437
|
||||
0xfd 0x00b2 #SUPERSCRIPT TWO
|
||||
0xfe 0x25a0 #BLACK SQUARE
|
||||
0xff 0x00a0 #NO-BREAK SPACE
|
||||
|
Reference in New Issue
Block a user