]> git.eshelyaron.com Git - emacs.git/commit
Recognize ASCII and strict CASEMAPPINGs in ERC
authorF. Jason Park <jp@neverwas.me>
Wed, 6 Oct 2021 02:03:56 +0000 (19:03 -0700)
committerF. Jason Park <jp@neverwas.me>
Thu, 30 Jun 2022 22:03:26 +0000 (15:03 -0700)
commitecafe1cbb5297ba4df5717b7222fe2c73ef9077c
treee38d6a0590a8c72fc6b63f87b5be15f8584fc7cb
parentc356f86b51f0e0adc85a9162816cb853b2583a5f
Recognize ASCII and strict CASEMAPPINGs in ERC

* lisp/erc/erc.el (erc-downcase, erc--casemapping-rfc1459-strict,
erc--casemapping-rfc1459): Add new translation tables for the latter
two mappings and use them in `erc-downcase'.

* test/lisp/erc/erc-tests.el: Add test for `erc-downcase'.
lisp/erc/erc.el
test/lisp/erc/erc-tests.el