https://bugs.kde.org/show_bug.cgi?id=433467
Gene Thomas <g...@genethomas.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |NOT A BUG --- Comment #2 from Gene Thomas <g...@genethomas.com> --- Thanks, I've switched from ICU to PCRE, much faster. Part of the problem is that ICU jumps through hoops to be correct. For example in German the regex (case insensitive) "^ẞ$" matches "SS" [2 code points], no other regex implementations do this that I have seen. ICU was getting into a internal infinite loop and throwing a "regex out of stack space" after 0.5 sec, lots of times, which made a .sh file take 30 seconds to syntax highlight! -- You are receiving this mail because: You are watching all bug changes.