Nova Patch
Nova Patch
totally agree and I’ll add one soon. thanks!
I've found that the Wikipedia interlanguage links can be a great resource for translations because they've been manually linked by humans. For example, the [Genderqueer](https://en.wikipedia.org/wiki/Genderqueer) article has interlanguage links for...
Looks like Globalize doesn't support `currencyDecimal`: https://github.com/globalizejs/globalize/search?q=currencyDecimal&type=Code and `fr-CH` is the one affected locale: https://github.com/unicode-cldr/cldr-numbers-full/search?q=currencyDecimal&type=Code
Here’s an example of how Perl has deprecated regex syntax in the past in order to open the door to new syntax. [perl-5.16.0](https://metacpan.org/pod/release/RJBS/perl-5.16.0/pod/perldelta.pod#Other-Future-Deprecations): > **Unescaped literal `"{"` in regular expressions.**...
[PCRE](https://www.pcre.org/current/doc/html/pcre2syntax.html#SEC9) and [ICU](http://userguide.icu-project.org/strings/regexp#TOC-Regular-Expression-Operators) also support possessive `{n,m}+`
Although I’m a big fan of ack, I use it less and less these days because of its lack of Unicode support. Source code can and does contain non-ASCII characters...
> I am philosophically in full agreement with you but pragmatically lean towards evolving with Perl, not trying to solve Perl’s problems from within an app. What I’m saying is...
> To make your suggested 5.14 solution work when available yet still work with 5.8 […] ack doesn’t actually need `use v5.14` or any other version greater than v5.8. The...
I think S05 is lacking intended details. No regex engine allows for arbitrary property values for all properties without the associated names, due to the obvious conflicts. Most regex engines...
A good description of `Script` (`sc`) vs. `Script_Extensions` (`scx`): http://unicode.org/reports/tr18/#Script_Property