diff options
author | Mark A. Hershberger <mah@everybody.org> | 2007-11-23 06:58:00 +0000 |
---|---|---|
committer | Mark A. Hershberger <mah@everybody.org> | 2007-11-23 06:58:00 +0000 |
commit | 8cd39fb3c4cf47d2464f00eaa69c587e17dd11cc (patch) | |
tree | 7bcd47a7dcbbad100dd3e8f8a7e08b48353c58a8 /lisp/nxml/char-name/unicode/02440-0245F.el | |
parent | f7cf8b2009b0bc2526d50c3455f737a543122dd4 (diff) | |
download | emacs-8cd39fb3c4cf47d2464f00eaa69c587e17dd11cc.tar.gz emacs-8cd39fb3c4cf47d2464f00eaa69c587e17dd11cc.tar.bz2 emacs-8cd39fb3c4cf47d2464f00eaa69c587e17dd11cc.zip |
Initial merge of nxml
Diffstat (limited to 'lisp/nxml/char-name/unicode/02440-0245F.el')
-rw-r--r-- | lisp/nxml/char-name/unicode/02440-0245F.el | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/nxml/char-name/unicode/02440-0245F.el b/lisp/nxml/char-name/unicode/02440-0245F.el new file mode 100644 index 00000000000..332720d71f0 --- /dev/null +++ b/lisp/nxml/char-name/unicode/02440-0245F.el @@ -0,0 +1,13 @@ +(nxml-define-char-name-set 'optical-character-recognition + '(("OCR HOOK" #x2440) + ("OCR CHAIR" #x2441) + ("OCR FORK" #x2442) + ("OCR INVERTED FORK" #x2443) + ("OCR BELT BUCKLE" #x2444) + ("OCR BOW TIE" #x2445) + ("OCR BRANCH BANK IDENTIFICATION" #x2446) + ("OCR AMOUNT OF CHECK" #x2447) + ("OCR DASH" #x2448) + ("OCR CUSTOMER ACCOUNT NUMBER" #x2449) + ("OCR DOUBLE BACKSLASH" #x244A) + )) |