(ucs-8859-7-alist): Update the table.
This commit is contained in:
parent
bfb74e75a4
commit
193e7f80e6
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-11-24 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/ucs-tables.el (ucs-8859-7-alist): Update the table.
|
||||
|
||||
2007-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
|
||||
|
|
|
@ -611,10 +611,13 @@ Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.")
|
|||
(?\,F!(B . ?\x2018) ;; LEFT SINGLE QUOTATION MARK
|
||||
(?\,F"(B . ?\x2019) ;; RIGHT SINGLE QUOTATION MARK
|
||||
(?\,F#(B . ?\x00A3) ;; POUND SIGN
|
||||
(?\,F$(B . ?\x20AC) ;; EURO SIGN
|
||||
(?\,F%(B . ?\x20AF) ;; DRACHMA SIGN
|
||||
(?\,F&(B . ?\x00A6) ;; BROKEN BAR
|
||||
(?\,F'(B . ?\x00A7) ;; SECTION SIGN
|
||||
(?\,F((B . ?\x00A8) ;; DIAERESIS
|
||||
(?\,F)(B . ?\x00A9) ;; COPYRIGHT SIGN
|
||||
(?\,F*(B . ?\x037A) ;; GREEK YPOGEGRAMMENI
|
||||
(?\,F+(B . ?\x00AB) ;; LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
||||
(?\,F,(B . ?\x00AC) ;; NOT SIGN
|
||||
(?\,F-(B . ?\x00AD) ;; SOFT HYPHEN
|
||||
|
|
Loading…
Add table
Reference in a new issue