https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113230
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- But any single character should match "." in the regex. Is the output being converted (somewhere) from Latin-1 to UTF-8 which means that "À" becomes more than one byte, and the regex doesn't match?