0
votes

The documentation to the PCRE NSIS plugin states it has some support for unicode regex's.

When writing my regular expression it works with a non unicode NSIS instance but not with the NSIS unicode installer.

Is there anything special which must be done in order to parse unicode encoded strings through PCRE on unicode nsis?

1

1 Answers

0
votes

The plugin seems to support searching in utf-8 text, but it not a plugin supporting the unicode version of NSIS.

Its source code should be upgraded / ported to Unicode NSIS.