[fpc-devel] Differences in Regular Expression handling between FPC 3.3.1 and 3.2.0

Michael Van Canneyt michael at freepascal.org
Wed Jun 29 18:33:10 CEST 2022



On Wed, 29 Jun 2022, Russ via fpc-devel wrote:

> Hi,
>
> It looks like in FPC trunk that regular expressions use unicode 
> properties and is returning unicode results as it is now built, because 
> {$DEFINE Unicode} is now defined in the regexpr unit.

That is in error; I reverted that.

The define should only be enabled when compiler using uregexpr.

Please check if you still get the error if Unicode is not defined.

Michael.


More information about the fpc-devel mailing list