📄 iso_8859_1.ct
字号:
# @(#)iso_8859_1.ct 1.1 92/07/30 SMI# This is the character definition table for the # ISO 8859/1 character set. # The "chrclass" indicates the name (identification)# of the code set this table applies to.# Any lines with a number sign (#) in column 1 are treated# as comments and are ignored.# Blank lines are also ignored.# All hex or octal constants may be sepatated by one or# more space and tab characters.# A number can be represented as a hex or octal constant.# For example the letter "a" can be represented as# 0x61 in hex or 0141 in octal.# The "-" may be used to indicate a range of consecutive# numbers. # Zero or more space characters can be used for separating# the "-" from the numbers.# The "\" character is used for continuation.# No characters are permitted after the continuation character.# The relationship between upper and lower case letters # is expressed as ordered pairs # <"uppercase character" "lowercase character"># The two numbers can be separated by one or more space character.# Zero or more space characters can be used for separating# the angle brackets from the numbers.chrclass iso_8859_1isupper 0x41 - 0x5a 0xc0 - 0xd6 0xd8 - 0xdeislower 0x61 - 0x7a 0xdf 0xe0 - 0xf6 0xf8 - 0xffisdigit 0x30 - 0x39isspace 0x20 0x09 - 0x0d 0xa0ispunct 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e \ 0xa1 - 0xbf 0xd7 0xf7iscntrl 0x0 - 0x1f 0x7fisblank 0x20 0xa0isxdigit 0x30 - 0x39 0x61 - 0x66 0x41 - 0x46ul <0x41 0x61> <0x42 0x62> <0x43 0x63> <0x44 0x64> \ <0x45 0x65> <0x46 0x66> <0x47 0x67> <0x48 0x68> \ <0x49 0x69> <0x4a 0x6a> <0x4b 0x6b> <0x4c 0x6c> \ <0x4d 0x6d> <0x4e 0x6e> <0x4f 0x6f> <0x50 0x70> \ <0x51 0x71> <0x52 0x72> <0x53 0x73> <0x54 0x74> \ <0x55 0x75> <0x56 0x76> <0x57 0x77> <0x58 0x78> \ <0x59 0x79> <0x5a 0x7a> <0xc0 0xe0> <0xc1 0xe1> \ <0xc2 0xe2> <0xc3 0xe3> <0xc4 0xe4> <0xc5 0xe5> \ <0xc6 0xe6> <0xc7 0xe7> <0xc8 0xe8> <0xc9 0xe9> \ <0xca 0xea> <0xcb 0xeb> <0xcc 0xec> <0xcd 0xed> \ <0xce 0xee> <0xcf 0xef> <0xd0 0xf0> <0xd1 0xf1> \ <0xd2 0xf2> <0xd3 0xf3> <0xd4 0xf4> <0xd5 0xf5> \ <0xd6 0xf6> <0xd8 0xf8> <0xd9 0xf9> <0xda 0xfa> \ <0xdb 0xfb> <0xdc 0xfc> <0xdd 0xfd> <0xde 0xfe>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -