Unicode character names

A

Alan

Is there a method that returns a string containing the name of a
Unicode character?

I could not find one. Thanks, Alan
 
R

Roedy Green

Is there a method that returns a string containing the name of a
Unicode character?

see http://mindprod.com/jgloss/unicode.html

At the bottom is a link to a searchable text file giving a description
of every Unicode character.

write a little program to extract what you need and create either a
HashMap or byte[] whichever turns out to be more compact.

To make the whole thing more compact, you might encode some of the
repeating patterns in the descriptions as bit encodings.

If you don't need high speed, you could put it into an SQL database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top