Fixed UTF-8 support
This commit is contained in:
parent
de6f42c3d2
commit
9be5e41618
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ int main(int argc, const char* argv[])
|
||||||
switch (selection)
|
switch (selection)
|
||||||
{
|
{
|
||||||
case 'e':
|
case 'e':
|
||||||
expression = pcre_compile(optarg, 0, &error, &position, NULL);
|
expression = pcre_compile(optarg, PCRE_UTF8, &error, &position, NULL);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'i':
|
case 'i':
|
||||||
|
|
Loading…
Add table
Reference in a new issue