Re: Tool to convert characters to character names

2012-12-20 Thread Steven Atreju
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




Re: Tool to convert characters to character names

2012-12-20 Thread Philippe Verdy
http://www.decodeunicode.org/
may be an answer as well.


2012/12/20 Martin J. Dürst due...@it.aoyama.ac.jp

 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/http://rishida.net/tools/conversion/)
 do a lot of conversions, but not names.

 Regards,   Martin.




Re: Tool to convert characters to character names

2012-12-20 Thread Andrew West
On 20 December 2012 05:03, 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.

My What Unicode character is this? javascript tool converts Unicode
characters to Unicode character names:

http://www.babelstone.co.uk/Unicode/whatisit.html

Andrew




Re: Tool to convert characters to character names

2012-12-20 Thread Markus Scherer
Mark's tools are great:
http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3AASCII%3A%5D%26%5B%3AS%3A%5Dg=
markus


Tool to convert characters to character names

2012-12-19 Thread Martin J. Dürst
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.


Regards,   Martin.



Re: Tool to convert characters to character names

2012-12-19 Thread Bill Poser
If by online  you mean on the web then this isn't what you want, but
the uniname utility in my unidesc package converts characters to names. I
haven't yet updated the data but will soon.
http://billposer.org/Software/unidesc.html

On Wed, Dec 19, 2012 at 9:03 PM, Martin J. Dürst
due...@it.aoyama.ac.jpwrote:

 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/http://rishida.net/tools/conversion/)
 do a lot of conversions, but not names.

 Regards,   Martin.




Re: Tool to convert characters to character names

2012-12-19 Thread Simon Montagu

On 12/20/2012 07:03 AM, Martin J. Dürst 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.

Regards,   Martin.



What about the View Names button above the Characters text box at 
http://rishida.net/tools/conversion/ or 
http://rishida.net/scripts/uniview/ ?