Re: [pcre-dev] Problem with Unicode codepoints in hex

Top Page
Delete this message
Author: jcd
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] Problem with Unicode codepoints in hex

>You need to add the "8" modifier to tell PCRE to run in UTF-8 mode. Try
>this:
>
>/abc[\x{2000}-\x{200A}]*/8
>                          ^


Ha! OK, thank you and sorry for noise.