Re: Tool to convert characters to character names

From: Steven Atreju <snatreju_at_googlemail.com>
Date: Thu, 20 Dec 2012 11:51:48 +0100

"Martin J. Dürst" <duerst_at_it.aoyama.ac.jp> wrote:

 |I'm looking for a (preferably online) tool that converts Unicode
 |characters to Unicode character names. Richard Ishida's tools
 |(http://rishida.net/tools/conversion/) do a lot of conversions, but not
 |names.

For whats it worth, that sounds like a perfect task for a standard
perl(1):

  $ perl -e 'use charnames();print charnames::viacode(0x1),"\n"'
  START OF HEADING

For you Unicoders the Unicode::Tussle stuff may also be of
interest, too [1][2]. (Just because i haven't seen it mentioned
on this list yet.)

 |Regards, Martin.

Keep on going,

  Steven

[1] <http://search.cpan.org/~bdfoy/Unicode-Tussle-1.03/lib/Unicode/Tussle.pm>
[2] <https://github.com/briandfoy/Unicode-Tussle>
Received on Thu Dec 20 2012 - 04:55:17 CST

This archive was generated by hypermail 2.2.0 : Thu Dec 20 2012 - 04:55:19 CST