On 17. 8. 24 18:22, Daniel Sahlberg wrote:
I know at least the utf8proc lib has some updates but I don't know if there are advantages in not using the built in version.
Using the bundled versions should always be the fallback, not the default[1]. The utf8proc example is a good one, this library contains unicode data that changes with every new Unicode version, and we probably don't keep up with these changes in the bundled version.
-- Brane [1] Except on Windows, where using the bundled version is much simpler.