Fix charset names in some tables (IBMPC charset name is obsoleted)
This commit is contained in:
parent
2ded685104
commit
c0292b5039
@ -14,7 +14,7 @@
|
|||||||
;
|
;
|
||||||
; cedilla = , ; dieresis = .. ; acute = '
|
; cedilla = , ; dieresis = .. ; acute = '
|
||||||
; grave = ` ; circumflex = ^ ; ring = o
|
; grave = ` ; circumflex = ^ ; ring = o
|
||||||
; tilde = ~ ; caron = v
|
; tilde = ~ ; caron = v
|
||||||
; All of these are above the character, apart from the cedilla which is below.
|
; All of these are above the character, apart from the cedilla which is below.
|
||||||
;
|
;
|
||||||
; \ is the escape character: \0 means decimal zero,
|
; \ is the escape character: \0 means decimal zero,
|
||||||
@ -28,8 +28,8 @@
|
|||||||
;
|
;
|
||||||
2 ; level number
|
2 ; level number
|
||||||
;
|
;
|
||||||
IBMPC ; from set (actually CP865)
|
CP865 ; from set (IBMPC)
|
||||||
LATIN-1 ; to set
|
ISO 8859-1 ; to set (LATIN-1)
|
||||||
;
|
;
|
||||||
\0 \xC7 ; 128 80 latin capital letter c with cedilla
|
\0 \xC7 ; 128 80 latin capital letter c with cedilla
|
||||||
\0 \xFC ; 129 81 latin small letter u with diaeresis
|
\0 \xFC ; 129 81 latin small letter u with diaeresis
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
;
|
;
|
||||||
; cedilla = , ; dieresis = .. ; acute = '
|
; cedilla = , ; dieresis = .. ; acute = '
|
||||||
; grave = ` ; circumflex = ^ ; ring = o
|
; grave = ` ; circumflex = ^ ; ring = o
|
||||||
; tilde = ~ ; caron = v
|
; tilde = ~ ; caron = v
|
||||||
; All of these are above the character, apart from the cedilla which is below.
|
; All of these are above the character, apart from the cedilla which is below.
|
||||||
;
|
;
|
||||||
; \ is the escape character: \0 means decimal zero,
|
; \ is the escape character: \0 means decimal zero,
|
||||||
@ -28,7 +28,7 @@
|
|||||||
;
|
;
|
||||||
2 ; level number
|
2 ; level number
|
||||||
;
|
;
|
||||||
IBMPC ; from set (actually CP865)
|
CP865 ; from set (IMBPC)
|
||||||
MAC ; to set
|
MAC ; to set
|
||||||
;
|
;
|
||||||
\0 \x82 ; 128 80 latin capital letter c with cedilla
|
\0 \x82 ; 128 80 latin capital letter c with cedilla
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
;
|
;
|
||||||
; cedilla = , ; dieresis = .. ; acute = '
|
; cedilla = , ; dieresis = .. ; acute = '
|
||||||
; grave = ` ; circumflex = ^ ; ring = o
|
; grave = ` ; circumflex = ^ ; ring = o
|
||||||
; tilde = ~ ; caron = v
|
; tilde = ~ ; caron = v
|
||||||
; All of these are above the character, apart from the cedilla which is below.
|
; All of these are above the character, apart from the cedilla which is below.
|
||||||
;
|
;
|
||||||
; \ is the escape character: \0 means decimal zero,
|
; \ is the escape character: \0 means decimal zero,
|
||||||
@ -28,8 +28,8 @@
|
|||||||
;
|
;
|
||||||
2 ; level number
|
2 ; level number
|
||||||
;
|
;
|
||||||
IBMPC ; from set (actually CP865)
|
CP865 ; from set (IBMPC)
|
||||||
MNEMONIC ; to set
|
MNEMONIC ; to set (K. Simonsen's mnemonics)
|
||||||
;
|
;
|
||||||
\d29 C , ; 128 80 latin capital letter c with cedilla
|
\d29 C , ; 128 80 latin capital letter c with cedilla
|
||||||
\d29 u : ; 129 81 latin small letter u with diaeresis
|
\d29 u : ; 129 81 latin small letter u with diaeresis
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
;
|
;
|
||||||
; This file is a charset conversion module in text form.
|
; This file is a charset conversion module in text form.
|
||||||
;
|
;
|
||||||
; This module converts ISO 8859-1 extended characters to IBM CP850 characters.
|
; This module converts ISO 8859-1 extended characters to CP850 characters.
|
||||||
;
|
;
|
||||||
; Format: ID, version, level,
|
; Format: ID, version, level,
|
||||||
; from charset, to charset,
|
; from charset, to charset,
|
||||||
@ -14,7 +14,7 @@
|
|||||||
;
|
;
|
||||||
; cedilla = , ; dieresis = .. ; acute = '
|
; cedilla = , ; dieresis = .. ; acute = '
|
||||||
; grave = ` ; circumflex = ^ ; ring = o
|
; grave = ` ; circumflex = ^ ; ring = o
|
||||||
; tilde = ~ ; caron = v
|
; tilde = ~ ; caron = v
|
||||||
; All of these are above the character, apart from the cedilla which is below.
|
; All of these are above the character, apart from the cedilla which is below.
|
||||||
;
|
;
|
||||||
; \ is the escape character: \0 means decimal zero,
|
; \ is the escape character: \0 means decimal zero,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
;
|
;
|
||||||
; This file is a charset conversion module in text form.
|
; This file is a charset conversion module in text form.
|
||||||
;
|
;
|
||||||
; This module converts ISO_8859-1 extended characters to IBM-PC characters.
|
; This module converts ISO_8859-1 extended characters to IBM-PC CP865 characters.
|
||||||
;
|
;
|
||||||
; Format: ID, version, level,
|
; Format: ID, version, level,
|
||||||
; from charset, to charset,
|
; from charset, to charset,
|
||||||
@ -14,7 +14,7 @@
|
|||||||
;
|
;
|
||||||
; cedilla = , ; dieresis = .. ; acute = '
|
; cedilla = , ; dieresis = .. ; acute = '
|
||||||
; grave = ` ; circumflex = ^ ; ring = o
|
; grave = ` ; circumflex = ^ ; ring = o
|
||||||
; tilde = ~ ; caron = v
|
; tilde = ~ ; caron = v
|
||||||
; All of these are above the character, apart from the cedilla which is below.
|
; All of these are above the character, apart from the cedilla which is below.
|
||||||
;
|
;
|
||||||
; \ is the escape character: \0 means decimal zero,
|
; \ is the escape character: \0 means decimal zero,
|
||||||
@ -29,7 +29,7 @@
|
|||||||
2 ; level number
|
2 ; level number
|
||||||
;
|
;
|
||||||
LATIN1QP ; from set
|
LATIN1QP ; from set
|
||||||
IBMPC ; to set (actually CP865)
|
CP865 ; to set (Nordic IBMPC)
|
||||||
;
|
;
|
||||||
\0 \d128 ; 128 80 (missing) These codes are unused in the LATIN-1 set.
|
\0 \d128 ; 128 80 (missing) These codes are unused in the LATIN-1 set.
|
||||||
\0 \d129 ; 129 81 (missing) For transparency, these are not mapped.
|
\0 \d129 ; 129 81 (missing) For transparency, these are not mapped.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
;
|
;
|
||||||
; cedilla = , ; dieresis = .. ; acute = '
|
; cedilla = , ; dieresis = .. ; acute = '
|
||||||
; grave = ` ; circumflex = ^ ; ring = o
|
; grave = ` ; circumflex = ^ ; ring = o
|
||||||
; tilde = ~ ; caron = v
|
; tilde = ~ ; caron = v
|
||||||
; All of these are above the character, apart from the cedilla which is below.
|
; All of these are above the character, apart from the cedilla which is below.
|
||||||
;
|
;
|
||||||
; \ is the escape character: \0 means decimal zero,
|
; \ is the escape character: \0 means decimal zero,
|
||||||
@ -28,7 +28,7 @@
|
|||||||
;
|
;
|
||||||
2 ; level number
|
2 ; level number
|
||||||
;
|
;
|
||||||
LATIN-1 ; from set
|
ISO 8859-1 ; from set (LATIN-1)
|
||||||
CP850 ; to set
|
CP850 ; to set
|
||||||
;
|
;
|
||||||
\0 \d128 ; 128 80 (missing) These codes are unused in the LATIN-1 set.
|
\0 \d128 ; 128 80 (missing) These codes are unused in the LATIN-1 set.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
;
|
;
|
||||||
; cedilla = , ; dieresis = .. ; acute = '
|
; cedilla = , ; dieresis = .. ; acute = '
|
||||||
; grave = ` ; circumflex = ^ ; ring = o
|
; grave = ` ; circumflex = ^ ; ring = o
|
||||||
; tilde = ~ ; caron = v
|
; tilde = ~ ; caron = v
|
||||||
; All of these are above the character, apart from the cedilla which is below.
|
; All of these are above the character, apart from the cedilla which is below.
|
||||||
;
|
;
|
||||||
; \ is the escape character: \0 means decimal zero,
|
; \ is the escape character: \0 means decimal zero,
|
||||||
@ -28,8 +28,8 @@
|
|||||||
;
|
;
|
||||||
2 ; level number
|
2 ; level number
|
||||||
;
|
;
|
||||||
LATIN-1 ; from set
|
ISO8859-1 ; from set (LATIN-1)
|
||||||
ASCII ; to set
|
ASCII ; to set (7 bit ASCII)
|
||||||
;
|
;
|
||||||
\0 ? ; (missing) these codes are unused
|
\0 ? ; (missing) these codes are unused
|
||||||
\0 ? ; (missing)
|
\0 ? ; (missing)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
;
|
;
|
||||||
; This file is a charset conversion module in text form.
|
; This file is a charset conversion module in text form.
|
||||||
;
|
;
|
||||||
; This module converts ISO_8859-1 extended characters to IBM-PC characters.
|
; This module converts ISO_8859-1 extended characters to Nordic IBM-PC characters.
|
||||||
;
|
;
|
||||||
; Format: ID, version, level,
|
; Format: ID, version, level,
|
||||||
; from charset, to charset,
|
; from charset, to charset,
|
||||||
@ -14,7 +14,7 @@
|
|||||||
;
|
;
|
||||||
; cedilla = , ; dieresis = .. ; acute = '
|
; cedilla = , ; dieresis = .. ; acute = '
|
||||||
; grave = ` ; circumflex = ^ ; ring = o
|
; grave = ` ; circumflex = ^ ; ring = o
|
||||||
; tilde = ~ ; caron = v
|
; tilde = ~ ; caron = v
|
||||||
; All of these are above the character, apart from the cedilla which is below.
|
; All of these are above the character, apart from the cedilla which is below.
|
||||||
;
|
;
|
||||||
; \ is the escape character: \0 means decimal zero,
|
; \ is the escape character: \0 means decimal zero,
|
||||||
@ -28,8 +28,8 @@
|
|||||||
;
|
;
|
||||||
2 ; level number
|
2 ; level number
|
||||||
;
|
;
|
||||||
LATIN-1 ; from set
|
ISO8859-1 ; from set (LATIN-1)
|
||||||
IBMPC ; to set (actually CP865)
|
CP865 ; to set (IBMPC for Nordic)
|
||||||
;
|
;
|
||||||
\0 \d128 ; 128 80 (missing) These codes are unused in the LATIN-1 set.
|
\0 \d128 ; 128 80 (missing) These codes are unused in the LATIN-1 set.
|
||||||
\0 \d129 ; 129 81 (missing) For transparency, these are not mapped.
|
\0 \d129 ; 129 81 (missing) For transparency, these are not mapped.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
;
|
;
|
||||||
; cedilla = , ; dieresis = .. ; acute = '
|
; cedilla = , ; dieresis = .. ; acute = '
|
||||||
; grave = ` ; circumflex = ^ ; ring = o
|
; grave = ` ; circumflex = ^ ; ring = o
|
||||||
; tilde = ~ ; caron = v
|
; tilde = ~ ; caron = v
|
||||||
; All of these are above the character, apart from the cedilla which is below.
|
; All of these are above the character, apart from the cedilla which is below.
|
||||||
;
|
;
|
||||||
; \ is the escape character: \0 means decimal zero,
|
; \ is the escape character: \0 means decimal zero,
|
||||||
@ -28,8 +28,8 @@
|
|||||||
;
|
;
|
||||||
2 ; level number
|
2 ; level number
|
||||||
;
|
;
|
||||||
LATIN-1 ; from set
|
ISO8859-1 ; from set (LATIN-1)
|
||||||
LATIN-1 ; to set
|
ISO8859-1 ; to set (LATIN-1)
|
||||||
;
|
;
|
||||||
\0 \d128
|
\0 \d128
|
||||||
\0 \d129
|
\0 \d129
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
1 ; level number
|
1 ; level number
|
||||||
;
|
;
|
||||||
ITALIAN ; from set
|
ITALIAN ; from set
|
||||||
IBMPC ; to set
|
IBMPC ; to set (CP437 or CP850 or CP858)
|
||||||
;
|
;
|
||||||
\0 \0 ; NUL
|
\0 \0 ; NUL
|
||||||
\0 \x1 ; SOH
|
\0 \x1 ; SOH
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
;
|
;
|
||||||
; cedilla = , ; dieresis = .. ; acute = '
|
; cedilla = , ; dieresis = .. ; acute = '
|
||||||
; grave = ` ; circumflex = ^ ; ring = o
|
; grave = ` ; circumflex = ^ ; ring = o
|
||||||
; tilde = ~ ; caron = v
|
; tilde = ~ ; caron = v
|
||||||
; All of these are above the character, apart from the cedilla which is below.
|
; All of these are above the character, apart from the cedilla which is below.
|
||||||
;
|
;
|
||||||
; \ is the escape character: \0 means decimal zero,
|
; \ is the escape character: \0 means decimal zero,
|
||||||
@ -29,7 +29,7 @@
|
|||||||
2 ; level number
|
2 ; level number
|
||||||
;
|
;
|
||||||
MAC ; from set
|
MAC ; from set
|
||||||
IBMPC ; to set (actually CP865)
|
CP865 ; to set
|
||||||
;
|
;
|
||||||
\0 \x8E ; 128 80 latin capital letter a with diaeresis
|
\0 \x8E ; 128 80 latin capital letter a with diaeresis
|
||||||
\0 \x8F ; 129 81 latin capital letter a with ring above
|
\0 \x8F ; 129 81 latin capital letter a with ring above
|
||||||
|
Reference in New Issue
Block a user