CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/11/02 21:33:46
Modified files:
devel/pcre2 : Makefile
Log message:
Specify --enable-newline-is-anycrlf instead of --enable-newline-is-any
which doesn't work properly with UTF-8 text. The former option treats
0x85, which is used by some kanji chars in UTF-8, as a newline char.
ok namn
