Click to See Complete Forum and Search --> : Supporting Unicode regular expressions in C on Unix/Windows platforms


sushi.mmmec
December 6th, 2006, 07:11 AM
Hi All,

Is there anyone who can help me by giving me some inputs regarding the handling of regular expressions in unicode values?
Has anyone implemented that till now?
I am using one regex code which can deal with only ascii regular expressions. But i want to make it generic so that it will work with all the
languages supported by Unicode 4.0 version.

-regards
Sushil

Marc G
December 6th, 2006, 10:23 AM
Did you check the boost regex library?