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
However, this character does have two aliases: DELETE and DEL. I would accept a PR adding support for returning a list of aliases of a given character, gated behind a feature flag.
I also don't understand how the current behavior is correct when you have a name (either an old one or the "aliased" one). What's the point of NOT using it and complicating the use by pushing this distinction onto the unsuspecting users?
println!("\u{7f} is called {:?}", unicode_names2::name('\u{7f}'))
results in None instead ofDelete
, same for other control charsThe text was updated successfully, but these errors were encountered: