unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* "Unidecode" functionality in Emacs
@ 2018-03-19 22:04 John Mastro
  2018-03-20  4:59 ` Teemu Likonen
  2018-03-20  6:20 ` Eli Zaretskii
  0 siblings, 2 replies; 6+ messages in thread
From: John Mastro @ 2018-03-19 22:04 UTC (permalink / raw)
  To: Help Gnu Emacs mailing list

There are "Unidecode" packages for Perl[1], Python[2], and Emacs[3]
(derived from one another in that order). They each transliterate
Unicode text to ASCII, e.g.:

    (unidecode "Déjà vu")
    ;=> "Deja vu"
    (unidecode "北亰")
    ;=> "Bei Jing "

Does Emacs have equivalent functionality built-in?

[ The context for this is that I recently submitted a change to the
  MELPA recipe, and Steve Purcell mentioned[4] that he would be
  surprised if Emacs doesn't already have such functionality. ]

Thanks for any pointers

        John

[1]: http://search.cpan.org/~sburke/Text-Unidecode-1.30/lib/Text/Unidecode.pm
[2]: https://pypi.python.org/pypi/Unidecode
[3]: https://github.com/sindikat/unidecode
[4]: https://github.com/melpa/melpa/pull/5351#issuecomment-373966218



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-03-20 20:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-19 22:04 "Unidecode" functionality in Emacs John Mastro
2018-03-20  4:59 ` Teemu Likonen
2018-03-20  6:39   ` Eli Zaretskii
2018-03-20  6:20 ` Eli Zaretskii
2018-03-20 17:23   ` John Mastro
2018-03-20 20:25   ` Stefan Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).