3
Fork 0

Fixed UTF-8 support

This commit is contained in:
Artem Prilutskiy 2018-03-26 11:38:42 +03:00
parent de6f42c3d2
commit 9be5e41618

View file

@ -44,7 +44,7 @@ int main(int argc, const char* argv[])
switch (selection)
{
case 'e':
expression = pcre_compile(optarg, 0, &error, &position, NULL);
expression = pcre_compile(optarg, PCRE_UTF8, &error, &position, NULL);
break;
case 'i':