Merge pull request #653 from ailin-nemui/regexex

Enable UTF8 in GRegex
This commit is contained in:
ailin-nemui 2017-07-03 09:53:09 +02:00 committed by GitHub
commit 1656dc1e54
13 changed files with 344 additions and 134 deletions

View file

@ -22,10 +22,6 @@
#include "misc.h"
#include "commands.h"
#ifndef USE_GREGEX
# include <regex.h>
#endif
typedef struct {
int condition;
GInputFunction function;