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/020A0-020CF.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/020A0-020CF.el')
-rw-r--r-- | lisp/nxml/char-name/unicode/020A0-020CF.el | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/nxml/char-name/unicode/020A0-020CF.el b/lisp/nxml/char-name/unicode/020A0-020CF.el new file mode 100644 index 00000000000..1cab37edcbc --- /dev/null +++ b/lisp/nxml/char-name/unicode/020A0-020CF.el @@ -0,0 +1,20 @@ +(nxml-define-char-name-set 'currency-symbols + '(("EURO-CURRENCY SIGN" #x20A0) + ("COLON SIGN" #x20A1) + ("CRUZEIRO SIGN" #x20A2) + ("FRENCH FRANC SIGN" #x20A3) + ("LIRA SIGN" #x20A4) + ("MILL SIGN" #x20A5) + ("NAIRA SIGN" #x20A6) + ("PESETA SIGN" #x20A7) + ("RUPEE SIGN" #x20A8) + ("WON SIGN" #x20A9) + ("NEW SHEQEL SIGN" #x20AA) + ("DONG SIGN" #x20AB) + ("EURO SIGN" #x20AC) + ("KIP SIGN" #x20AD) + ("TUGRIK SIGN" #x20AE) + ("DRACHMA SIGN" #x20AF) + ("GERMAN PENNY SIGN" #x20B0) + ("PESO SIGN" #x20B1) + )) |