X-debbugs-Cc: [email protected]
Package: unicode
Version: 2.6
Severity: wishlist

Please add --exact-match.

So one could do
$ unicode --exact-match 'EURO SIGN'
and get just
U+20AC EURO SIGN
UTF-8: e2 82 ac UTF-16BE: 20ac Decimal: € Octal: \020254
€
Category: Sc (Symbol, Currency)
Unicode block: 20A0..20CF; Currency Symbols
Bidi: ET (European Number Terminator)

Yes, one can also use just use
$ unicode U+20AC

No, --max 1 will not help as it gets the wrong one in this case.

Reply via email to