From: Lady Date: Thu, 24 Jul 2025 04:12:58 +0000 (-0400) Subject: Support unicode sets in Matchers X-Git-Url: https://git.ladys.computer/Pisces/commitdiff_plain/e1cb83c479df2a3e4a5e918867a135ff9dde8121?hp=e1cb83c479df2a3e4a5e918867a135ff9dde8121 Support unicode sets in Matchers Matchers need to be unicode‐aware, but this can now be either thru the `u` flag or the `v` flag. The former is still the default when a string is provided to the constructor. This commit also includes some minor documentation cleanup and a few additional tests. ---