Front page | perl.unicode |
Postings from January 2003
Unicode2Entity
Thread Next
From:
dine005
Date:
January 17, 2003 06:17
Subject:
Unicode2Entity
Message ID:
20030117132559.42776.qmail@onion.perl.org
I am developing xml2xml conversion tool.
The XML document contains utf-8, symbol font and dingbats font character
value.
I need to convert UTF-8, symbol font and dingbats font to entity.
I have following data for conversion.
Symbol font:
\x{F061} α
\x{F062} β
\x{F063} χ
\x{F044} Δ
\x{F064} δ
\x{F065} ε
... (all symbol character)
Unicode
\x{21D3} ⇓
\x{21C3} ⇃
\x{21A6} ↦
.. (926 unicdoe and entity)
How to find and replace the symbol font and deingbats font (non Unicode
character) using Perl5.8?
Best Regards,
JD
Thread Next
-
Unicode2Entity
by dine005