#41447: port request: 'unicode' (with 'paracode') ----------------------------+-------------------------------- Reporter: kurt.pfeifle@… | Owner: macports-tickets@… Type: request | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: ----------------------------+-------------------------------- 'unicode' is a command line utility (written in Python) to query the Unicode database. It works similar to the `textproc/ascii` package, but for unicode. To see what it can do, I provide a three small examples, which all produce the same output: * `unicode 00E1` * `unicode á` * `unicode 'latin small letter a with acute'` {{{ $> unicode 00E1 U+00E1 LATIN SMALL LETTER A WITH ACUTE UTF-8: c3 a1 UTF-16BE: 00e1 Decimal: á á (Á) Uppercase: U+00C1 Category: Ll (Letter, Lowercase) Bidi: L (Left-to-Right) Decomposition: 0061 0301 }}} Upstream sources here: http://kassiopeia.juls.savba.sk/~garabik/software/unicode/ -- Ticket URL: <https://trac.macports.org/ticket/41447> MacPorts <http://www.macports.org/> Ports system for OS X