Hi all,

I need to generate AS3 Regular Expressions from a table of character
codes in the W3C UCS format:

#x00C0, #x00D6, #xA

etc

I know that a substantial subset of UCS maps directly to Unicode, so I
figured it would just be a matter of manipulating the codes at the
string level to get something like the following

( inside a regex )

\u00C0, \u00D6, \u000A

But it doesn't seem to work.
I am still running some tests and figuring out other alternatives but,
just in case, I post the issue here. Maybe someone can gimme a little
help on this one! ;)

Thanks!
Aldo


-- 
:::: Aldo Bucchi ::::
+1 858 539 6986
+56 9 8429 8300
+56 9 7623 8653
skype:aldo.bucchi

Reply via email to