[wx-dev] wxRegEx url matching

Michael Wetherell mike.wetherell at ntlworld.com
Tue Feb 5 09:58:18 PST 2008


On Tuesday 05 February 2008 11:08, Vadim Zeitlin wrote:
>  Do you know if system library has good support for Unicode on modern
> Linux systems?

They do but the snag is they follow the encoding of the locale...

> I wonder if we shouldn't test for it in configure and 
> still use it instead of the built-in one if it passes some tests. But
> before implementing this it would be useful to know if it has any
> chance of succeeding...

so I think we're better with the built-in.

But there is a new library 'Oniguruma' appeared recently that supports 
lots of encodings including utf-8 and utf-16. And it supports the 
Unicode standard for regex syntax http://unicode.org/reports/tr18/, and 
has some niffty features like being able to emulate the syntax other 
libraries.

I'll have a look into it.

Regards,
Mike





More information about the wx-dev mailing list