Bug#999923: Porting XML Copy Editor to PCRE2

2022-10-04 Thread Miriam Ruiz
Cool!! Lots of thanks!! Miry El mar, 4 oct 2022 a las 13:54, Zane Ji () escribió: > > Hi Miry, > > After your patch is applied, I just set matchArray to > pcre2_get_ovector_pointer(patternMatchData) each time when pcre2_match is > called, then regex searching/replacing works. > > The source

Bug#999923: Porting XML Copy Editor to PCRE2

2022-10-04 Thread Zane Ji
Hi Miry, After your patch is applied, I just set matchArray to pcre2_get_ovector_pointer(patternMatchData) each time when pcre2_match is called, then regex searching/replacing works. The source code has been updated:

Bug#999923: Porting XML Copy Editor to PCRE2

2022-09-29 Thread Zane Ji
Hi Miry, Thanks for submit the patch. I will look into it. Best regards, Zane On Fri, Sep 30, 2022 at 7:28 AM Miriam Ruiz wrote: > Hi, > > My name is Miriam Ruiz and I am currently maintaining XML Copy Editor in > Debian. > > According to the bug report #23 (

Bug#999923: Porting XML Copy Editor to PCRE2

2022-09-29 Thread Miriam Ruiz
Hi, My name is Miriam Ruiz and I am currently maintaining XML Copy Editor in Debian. According to the bug report #23 ( https://bugs.debian.org/23 ), pcre3 libraries will soon be removed from Debian, so a transition to pcre2 is needed. I have prepared a 1st draft of a possible patch, but

Bug#999923: Porting XML Copy Editor to PCRE2

2022-09-29 Thread Miriam Ruiz
Hi, My name is Miriam Ruiz and I am currently maintaining XML Copy Editor in Debian. According to the bug report #23 ( https://bugs.debian.org/23 ), pcre3 libraries will soon be removed from Debian, so a transition to pcre2 is needed. I have prepared a 1st draft of a possible patch, but