2011/11/23 Thiago Macieira <[email protected]>: > Question: where does it get its Unicode tables from? Are they compiled in, or > does it link to another library, such as ICU? > > Here, my libpcre links to nothing but libc.
Same here. They're internal tables, f.i. pcre_ucd.c http://vcs.pcre.org/viewvc/code/trunk/pcre_ucd.c?revision=592&view=markup Since they're used for Unicode case insensitive matching (as well as Unicode properties) we can't avoid paying for their size... Cheers, -- Giuseppe D'Angelo _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
