>>271It benefits me.
For example, here are 2 cases on coreutils/busybox/toybox:
$ echo "öã" | tr -d "ö"
�
$ echo "1ö2ö3" | cut -d 'ö' -f 1
cut: the delimiter must be a single character
Both wrong! On sbase it works though.
Besides that there's also the fact that it is more efficient.
Are you convinced?
There's a talk on the suckless website on their last conference where the developer explains why they created sbase.
Stop being such a bully!