RE : [fpc-pascal] WideString and TRegexpr

2011-12-04 Thread Ludo Brands
Reported as issue 0020806. I'm not able to test using a recent Delphi, or on a 64-bit CPU. I think you could report directly to sorokin too. If he fixes it, then we can merge the fix here. regexpr is a nearly unchanged copy from sorokin, except for the alignment patch which I have

Re: [fpc-pascal] WideString and TRegexpr

2011-12-03 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: Has anybody with experience of WideStrings tried compiling the new Regexpr unit to support them? I'm in a position where I could very much benefit from using these, but I think that I'm only seeing patterns match for characters = #$00ff and even then am not seeing

Re: [fpc-pascal] WideString and TRegexpr

2011-12-03 Thread Frank Church
On 3 December 2011 16:29, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: I have no idea about your question, but it might be interresting for you to know, just in case you already don't, the wiki page about the new Regexpr in FPC:

Re: [fpc-pascal] WideString and TRegexpr

2011-12-03 Thread Mark Morgan Lloyd
Felipe Monteiro de Carvalho wrote: I have no idea about your question, but it might be interresting for you to know, just in case you already don't, the wiki page about the new Regexpr in FPC: http://wiki.lazarus.freepascal.org/Regexpr It almost works: Exec() is OK (at least with trunk, I