This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From c5c4bf378e9dbf546f5615582fb020854bb7bbc2 Mon Sep 17 00:00:00 2001 | |
From: ckath <[email protected]> | |
Date: Fri, 8 Jan 2021 14:49:56 +0100 | |
Subject: [PATCH] fix bug where unicode doesnt get parsed in matcher | |
this was caused by text not being (correctly) decoded, special_decoding | |
it before matching fixes this | |
--- | |
src/perl/matcher | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) |