Page MenuHomeFreeBSD

fnmatch: use collation for ranges only for single-byte locales
Needs ReviewPublic

Authored by yuripv on Apr 27 2023, 6:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 6:40 AM
Unknown Object (File)
Dec 19 2023, 5:38 PM
Unknown Object (File)
Jun 5 2023, 4:43 AM
Unknown Object (File)
May 16 2023, 12:44 AM
Unknown Object (File)
May 3 2023, 1:24 AM
Subscribers
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

Follow what 12eae8c8f346 did for regex, and only use collation for
ranges in single-byte locales.

This should fix the oddities with find and en_US.UTF-8 reported on
current@.

Test Plan

TBD

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped