"Martin J. Dürst" <due...@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>


Reply via email to