
30 Aug
2016
30 Aug
'16
11:16 p.m.
On Sun, 28 Aug 2016 15:11:24 -0400
Brian Sammon
I tried to write a program using Text.Regex.PCRE to search through a UTF8- encoded document. It appears that the presence of non-breaking-space characters (Charpoint 160) triggers some weird behavior in my program.
Well switching my code to use Text.RegexPR-based searches rather than Text.Regex.PCRE made the problem go away. Text.Regex.PCRE seems to be unmaintained, so I guess I shouldn't be surprised that I had problems with it.