]> git.eshelyaron.com Git - emacs.git/commit
Make pinyin to Chinese character mapping available to elisp
authorEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 30 Jan 2019 20:31:49 +0000 (12:31 -0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Sun, 24 Feb 2019 18:57:05 +0000 (10:57 -0800)
commit28f7e981c10cddd06b879a79ade214f273ba4498
tree23f4b61a4ce0bd333776626c8e29df634b16c18c
parent13e6275e58c3dc84fbb65bc9d05eb875e3096f5f
Make pinyin to Chinese character mapping available to elisp

* leim/Makefile.in: Build the file pinyin.el from pinyin.map.
* lisp/international/titdic-cnv.el (pinyin-convert): New function that
  writes the library pinyin.el, containing a new constant
  `pinyin-character-map'.
* .gitignore: Ignore the generated pinyin.el file.
.gitignore
leim/Makefile.in
lisp/international/titdic-cnv.el