> Do you mean the Unicode Character Database?
exactly
> I can suggest more if you tell us exactly what you mean by "converting to/from
> unicode". That's indeed what iconv/recode/icu/... do. As for information
> about characters, again, that's also something icu does. Also applications
> like gucharmap and unibook. Also this web app:
>
>
http://people.w3.org/rishida/scripts/uniview/
>
the above link was a good sample like what I implement, I write a
short about on my blog at:
http://hajloo.wordpress.com/2009/12/09/open-source-unicode-converter/
any similar tools and api to use appriciated,
and still looking for a list of Standard Keyboard Layout to put in
application (look at
http://unicode.codeplex.com or short about
description)
Unicode Character Database that is available in XML format with
complete information for each character used to show characters
information in my project, and also let me to provide some usefull
reports on software that will available ASAP.
now I'm looking for similar database that may provide extended
information about characters like special RTL or Bidirectional or etc
characters, this information provided in UCD with some flag and a good
reporting system can provide some reports but available xml document
is prefered.