forked from External/ergo
use regular Skeleton instead of SkeletonTweaked
dan: "I probably wouldn't expect those mappings to cause much trouble at all for legitimate users at the end of the day" shivaram: [concurs]
This commit is contained in:
parent
990d76923c
commit
b075ea6eb9
2 changed files with 5 additions and 5 deletions
|
|
@ -148,7 +148,7 @@ func Skeleton(name string) (string, error) {
|
|||
// same as PRECIS:
|
||||
name = width.Fold.String(name)
|
||||
|
||||
name = confusables.SkeletonTweaked(name)
|
||||
name = confusables.Skeleton(name)
|
||||
|
||||
// internationalized lowercasing for skeletons; this is much more lenient than
|
||||
// Casefold. In particular, skeletons are expected to mix scripts (which may
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue