You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to replace the patchwork/utf8 dependency since it is abandoned.
It is only used four times in the DC_ProductData file to sort some $options_sorter:
// Sort by option valuesuksort($options_sorter, array(Utf8::class, 'strnatcasecmp'));
There also exists the strnatcasecmp function directly in PHP, but I am unsure if it works the same for non ASCII characters (and if thats even relevant).
If this can simply be replaced then I can also create a PR for this.
The text was updated successfully, but these errors were encountered:
It would be great to replace the patchwork/utf8 dependency since it is abandoned.
It is only used four times in the DC_ProductData file to sort some
$options_sorter
:There also exists the strnatcasecmp function directly in PHP, but I am unsure if it works the same for non ASCII characters (and if thats even relevant).
If this can simply be replaced then I can also create a PR for this.
The text was updated successfully, but these errors were encountered: