On 11/06/2015 07:58, Vlad Khorsun wrote:
> 11.06.2015 13:44, Adriano dos Santos Fernandes wrote:
>> On 11/06/2015 06:08, Dmitry Yemanov wrote:
>>> 10.06.2015 21:03, Adriano dos Santos Fernandes wrote:
>>>> At a first look, boost.regex is the library who can do it. It's
>>>> templatized and works with iterators and traits for customization. It
>>>> has integration with ICU and MFC strings, so this is useful to
>>>> understand how to customize it.
>>> Is it compatible with our implementation syntax wise?
>> No. It will require transformation. My idea is not to completely remove
>> our parser, which may feed tokens (or something like) at compilation
>> phase to the external library.
>>
>> My idea is to remove our execution engine.
>    Is it possible to do with ICU regexp facilities ?
>
I don't think so. ICU is very Unicode focused, so we loose all of our
collations attributions.

Our engine should work even with binary data.


Adriano


------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to