simpful icon indicating copy to clipboard operation
simpful copied to clipboard

Enable UTF characters for rule parsing

Open ZA0068 opened this issue 2 years ago • 1 comments

Hi, is there a way to parse an utf-8, -16 and even -32 characters to the rule base?

such as greek letter θ, is it possible?

if not, when will it be implimented?

ZA0068 avatar Apr 27 '22 17:04 ZA0068

Hi @ZA0068

thank you again for your interest in simpful!

The last commit (1b4411894a18995f7fc710bf76bc4b30bcb3d5e1) contains a small fix that enables to parse unicode characters (which are supported by default in python re).

sspola avatar May 31 '22 14:05 sspola