Changes between Initial Version and Version 1 of Ticket #3449, comment 15
- Timestamp:
- 04/28/15 09:01:22 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3449, comment 15
initial v1 9 9 Perhaps glib's regex code is just not able to provide what we're looking for? (Reverting to RAW mode has obvious downsides due to not handling UTF-8 as expected). 10 10 11 Maybe we should look for another library? Ideally the library should be able to work with UTF-8, yet tolerate invalid UTF-8 in the file. (The pattern is okay if forced toUTF-8.) Is maybe pcre good enough for us? It's a pity that the command line 'grep' doesn't expose its engine via an API.11 Maybe we should look for another library? Ideally the library should be able to work with UTF-8, yet tolerate invalid UTF-8 in the file. (The pattern is okay if expected to be valid UTF-8.) Is maybe pcre good enough for us? It's a pity that the command line 'grep' doesn't expose its engine via an API.