]> code.delx.au - gnu-emacs/commitdiff
("TeX"): Change "\," mapping to U+202F (not U+2006). Add more
authorKenichi Handa <handa@m17n.org>
Thu, 27 Oct 2005 01:56:54 +0000 (01:56 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Oct 2005 01:56:54 +0000 (01:56 +0000)
mappings from TeX's textcomp package.

leim/ChangeLog
leim/quail/latin-ltx.el

index 41e98bd08f08d5b5f2b0575cbb6bdee3724bc243..0da91d3d8b7059326859920b549b4abbfa4a62f1 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-26  Torsten Bronger  <bronger@physik.rwth-aachen.de>  (tiny change)
+
+       * quail/latin-ltx.el ("TeX"): Change "\," mapping to U+202F (not
+       U+2006).  Add more mappings from TeX's textcomp package.
+
 2005-10-25  Juri Linkov  <juri@jurta.org>
 
        * quail/cyrillic.el ("cyrillic-translit"): Set 4th arg `guidance'
index 0284810b8eb2cdd761348f43cca47fced693e1f6..459b939f3b2c85ab504bf82afd450a2a1cf4e0ed 100644 (file)
@@ -299,7 +299,7 @@ system, including many technical ones.  Examples:
  ("\\'m" ?ḿ)
  ("\\'p" ?ṕ)
  ("\\'w" ?ẃ)
- ("\\," ?â\80\86)
+ ("\\," ?â\80¯)
  ("\\." ?̇)
  ("\\.B" ?Ḃ)
  ("\\.D" ?Ḋ)
@@ -960,6 +960,31 @@ system, including many technical ones.  Examples:
  ("\\frq" ?›)
  ("\\flqq" ?\«) ("\\\"<" ?\«)
  ("\\frqq" ?\») ("\\\">" ?\»)
+
+ ("\\-" ?­)   ;; soft hyphen
+
+ ("\\textmu" ?µ)
+ ("\\textfractionsolidus" ?⁄)
+ ("\\textbigcircle" ?⃝)
+ ("\\textmusicalnote" ?♪)
+ ("\\textdied" ?✝)
+ ("\\textcolonmonetary" ?₡)
+ ("\\textwon" ?₩)
+ ("\\textnaira" ?₦)
+ ("\\textpeso" ?₱)
+ ("\\textlira" ?₤)
+ ("\\textrecipe" ?℞)
+ ("\\textinterrobang" ?‽)
+ ("\\textpertenthousand" ?‱)
+ ("\\textbaht" ?฿)
+ ("\\textnumero" ?№)
+ ("\\textdiscount" ?⁒)
+ ("\\textestimated" ?℮)
+ ("\\textopenbullet" ?◦)
+ ("\\textlquill" ?⁅)
+ ("\\textrquill" ?⁆)
+ ("\\textcircledP" ?℗)
+ ("\\textreferencemark" ?※)
  )
 
 ;; arch-tag: 3daae613-2c53-446e-a0a1-ee2e1ebed15f