view etc/charsets/IBM273.map @ 110321:4b26adbef9a2

Major code cleanup. Split tramp.el into tramp.el and tramp-sh.el. * Makefile.in (TRAMP_SRC): Remove tramp-fish.el. Add tramp-sh.el. * net/tramp.el (top): Don't show loading message. Require just 'tramp-compat, everything else is required there. Use `ignore-errors' where appropriate. (tramp-inline-compress-start-size, tramp-copy-size-limit) (tramp-terminal-type, tramp-end-of-output) (tramp-initial-end-of-output, tramp-completion-function-alist-rsh) (tramp-completion-function-alist-ssh) (tramp-completion-function-alist-telnet) (tramp-completion-function-alist-su) (tramp-completion-function-alist-putty, tramp-remote-path) (tramp-remote-process-environment, tramp-sh-extra-args) (tramp-actions-before-shell, tramp-uudecode) (tramp-perl-file-truename, tramp-perl-file-name-all-completions) (tramp-perl-file-attributes) (tramp-perl-directory-files-and-attributes) (tramp-perl-encode-with-module, tramp-perl-decode-with-module) (tramp-perl-encode, tramp-perl-decode) (tramp-vc-registered-read-file-names, tramp-file-mode-type-map) (tramp-file-name-handler-alist, tramp-make-tramp-temp-file) (tramp-handle-make-symbolic-link, tramp-handle-load) (tramp-handle-file-name-as-directory) (tramp-handle-file-name-directory) (tramp-handle-file-name-nondirectory, tramp-handle-file-truename) (tramp-handle-file-exists-p, tramp-handle-file-attributes) (tramp-do-file-attributes-with-ls) (tramp-do-file-attributes-with-perl) (tramp-do-file-attributes-with-stat) (tramp-handle-set-visited-file-modtime) (tramp-handle-verify-visited-file-modtime) (tramp-handle-set-file-modes, tramp-handle-set-file-times) (tramp-set-file-uid-gid, tramp-remote-selinux-p) (tramp-handle-file-selinux-context) (tramp-handle-set-file-selinux-context) (tramp-handle-file-executable-p, tramp-handle-file-readable-p) (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes) (tramp-handle-file-directory-p, tramp-handle-file-regular-p) (tramp-handle-file-symlink-p, tramp-handle-file-writable-p) (tramp-handle-file-ownership-preserved-p) (tramp-handle-directory-file-name, tramp-handle-directory-files) (tramp-handle-directory-files-and-attributes) (tramp-do-directory-files-and-attributes-with-perl) (tramp-do-directory-files-and-attributes-with-stat) (tramp-handle-file-name-all-completions) (tramp-handle-file-name-completion, tramp-handle-add-name-to-file) (tramp-handle-copy-file, tramp-handle-copy-directory) (tramp-handle-rename-file, tramp-do-copy-or-rename-file) (tramp-do-copy-or-rename-file-via-buffer) (tramp-do-copy-or-rename-file-directly) (tramp-do-copy-or-rename-file-out-of-band) (tramp-handle-make-directory, tramp-handle-delete-directory) (tramp-handle-delete-file) (tramp-handle-dired-recursive-delete-directory) (tramp-handle-dired-compress-file, tramp-handle-dired-uncache) (tramp-handle-insert-directory) (tramp-handle-unhandled-file-name-directory) (tramp-handle-expand-file-name) (tramp-handle-substitute-in-file-name) (tramp-handle-executable-find, tramp-process-sentinel) (tramp-handle-start-file-process, tramp-handle-process-file) (tramp-handle-call-process-region, tramp-handle-shell-command) (tramp-handle-file-local-copy, tramp-handle-file-remote-p) (tramp-handle-insert-file-contents) (tramp-handle-insert-file-contents-literally) (tramp-handle-find-backup-file-name) (tramp-handle-make-auto-save-file-name, tramp-handle-write-region) (tramp-vc-registered-file-names, tramp-handle-vc-registered) (tramp-sh-file-name-handler, tramp-vc-file-name-handler) (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test) (tramp-run-test2, tramp-find-executable, tramp-set-remote-path) (tramp-find-file-exists-command, tramp-open-shell) (tramp-find-shell, tramp-barf-if-no-shell-prompt) (tramp-open-connection-setup-interactive-shell) (tramp-local-coding-commands, tramp-remote-coding-commands) (tramp-find-inline-encoding, tramp-call-local-coding-command) (tramp-inline-compress-commands, tramp-find-inline-compress) (tramp-compute-multi-hops, tramp-maybe-open-connection) (tramp-send-command , tramp-wait-for-output) (tramp-send-command-and-check, tramp-barf-unless-okay) (tramp-send-command-and-read, tramp-mode-string-to-int) (tramp-convert-file-attributes, tramp-check-cached-permissions) (tramp-file-mode-from-int, tramp-file-mode-permissions) (tramp-shell-case-fold, tramp-make-copy-program-file-name) (tramp-method-out-of-band-p, tramp-local-host-p) (tramp-get-remote-path, tramp-get-remote-tmpdir) (tramp-get-ls-command, tramp-get-ls-command-with-dired) (tramp-get-test-command, tramp-get-test-nt-command) (tramp-get-file-exists-command, tramp-get-remote-ln) (tramp-get-remote-perl, tramp-get-remote-stat) (tramp-get-remote-readlink, tramp-get-remote-trash) (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid) (tramp-get-local-uid, tramp-get-local-gid) (tramp-get-inline-compress, tramp-get-inline-coding, ): Move to tramp-sh.el. (tramp-methods, tramp-default-method-alist) (tramp-default-user-alist, tramp-foreign-file-name-handler-alist): Move initialization to tramp-sh.el. (tramp-temp-name-prefix): Make it a defconst. (tramp-dissect-file-name): Don't check anymore for multi-hop methods. (tramp-debug-outline-regexp): Add a docstring. (tramp-debug-outline-level): Renamed from `tramp-outline-level'. (tramp-get-debug-buffer): Use it. * net/tramp-cache.el (top): Set tramp-autoload cookie for initialization forms. (tramp-set-connection-property): Don't protect `tramp-message' call, it isn't necessary any longer. (tramp-dump-connection-properties): Use `ignore-errors'. * net/tramp-compat.el (top): Require 'advice, 'format-spec, 'password-cache and 'auth-source. * net/tramp-gvfs.el (top): * net/tramp-smb.el (top): Require 'tramp-sh. * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'. * net/tramp-sh.el: New file, derived from tramp.el. (top): Initialize `tramp-methods', `tramp-default-method-alist', `tramp-default-user-alist', tramp-foreign-file-name-handler-alist. Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old". Use `ignore-errors' where appropriate. (tramp-sh-file-name-handler-alist): Renamed from `tramp-file-name-handler-alist'. (tramp-send-command-and-check): Return t or nil. Remove all `zerop' checks, where called. (tramp-handle-set-file-modes) (tramp-do-copy-or-rename-file-directly) (tramp-handle-delete-directory, tramp-handle-delete-file) (tramp-maybe-send-script, ): Use `tramp-barf-unless-okay'. (tramp-sh-file-name-handler, tramp-send-command-and-check) (tramp-get-remote-ln): Set tramp-autoload cookie. * net/tramp-fish.el: Remove file.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 13 Sep 2010 17:17:01 +0200
parents 8cc2b1e9767f
children
line wrap: on
line source

# Generated from IBM273 in localedate/charmaps of glibc
0x00-0x03 0x0000
0x04 0x009C
0x05 0x0009
0x06 0x0086
0x07 0x007F
0x08 0x0097
0x09-0x0A 0x008D
0x0B-0x13 0x000B
0x14 0x009D
0x15 0x0085
0x16 0x0008
0x17 0x0087
0x18-0x19 0x0018
0x1A 0x0092
0x1B 0x008F
0x1C-0x1F 0x001C
0x20-0x24 0x0080
0x25 0x000A
0x26 0x0017
0x27 0x001B
0x28-0x2C 0x0088
0x2D-0x2F 0x0005
0x30-0x31 0x0090
0x32 0x0016
0x33-0x36 0x0093
0x37 0x0004
0x38-0x3B 0x0098
0x3C-0x3D 0x0014
0x3E 0x009E
0x3F 0x001A
0x40 0x0020
0x41 0x00A0
0x42 0x00E2
0x43 0x007B
0x44-0x45 0x00E0
0x46 0x00E3
0x47 0x00E5
0x48 0x00E7
0x49 0x00F1
0x4A 0x00C4
0x4B 0x002E
0x4C 0x003C
0x4D 0x0028
0x4E 0x002B
0x4F 0x0021
0x50 0x0026
0x51-0x53 0x00E9
0x54 0x00E8
0x55-0x57 0x00ED
0x58 0x00EC
0x59 0x007E
0x5A 0x00DC
0x5B 0x0024
0x5C 0x002A
0x5D 0x0029
0x5E 0x003B
0x5F 0x005E
0x60 0x002D
0x61 0x002F
0x62 0x00C2
0x63 0x005B
0x64-0x65 0x00C0
0x66 0x00C3
0x67 0x00C5
0x68 0x00C7
0x69 0x00D1
0x6A 0x00F6
0x6B 0x002C
0x6C 0x0025
0x6D 0x005F
0x6E-0x6F 0x003E
0x70 0x00F8
0x71-0x73 0x00C9
0x74 0x00C8
0x75-0x77 0x00CD
0x78 0x00CC
0x79 0x0060
0x7A 0x003A
0x7B 0x0023
0x7C 0x00A7
0x7D 0x0027
0x7E 0x003D
0x7F 0x0022
0x80 0x00D8
0x81-0x89 0x0061
0x8A 0x00AB
0x8B 0x00BB
0x8C 0x00F0
0x8D-0x8E 0x00FD
0x8F 0x00B1
0x90 0x00B0
0x91-0x99 0x006A
0x9A 0x00AA
0x9B 0x00BA
0x9C 0x00E6
0x9D 0x00B8
0x9E 0x00C6
0x9F 0x00A4
0xA0 0x00B5
0xA1 0x00DF
0xA2-0xA9 0x0073
0xAA 0x00A1
0xAB 0x00BF
0xAC 0x00D0
0xAD-0xAE 0x00DD
0xAF 0x00AE
0xB0-0xB1 0x00A2
0xB2 0x00A5
0xB3 0x00B7
0xB4 0x00A9
0xB5 0x0040
0xB6 0x00B6
0xB7-0xB9 0x00BC
0xBA 0x00AC
0xBB 0x007C
0xBC 0x203E
0xBD 0x00A8
0xBE 0x00B4
0xBF 0x00D7
0xC0 0x00E4
0xC1-0xC9 0x0041
0xCA 0x00AD
0xCB 0x00F4
0xCC 0x00A6
0xCD-0xCE 0x00F2
0xCF 0x00F5
0xD0 0x00FC
0xD1-0xD9 0x004A
0xDA 0x00B9
0xDB 0x00FB
0xDC 0x007D
0xDD-0xDE 0x00F9
0xDF 0x00FF
0xE0 0x00D6
0xE1 0x00F7
0xE2-0xE9 0x0053
0xEA 0x00B2
0xEB 0x00D4
0xEC 0x005C
0xED-0xEE 0x00D2
0xEF 0x00D5
0xF0-0xF9 0x0030
0xFA 0x00B3
0xFB 0x00DB
0xFC 0x005D
0xFD-0xFE 0x00D9
0xFF 0x009F