Help language development. Donate to The Perl Foundation
Revision history for uniname-words 10.0.12 2022-09-26T16:39:54+02:00 - Fix issue with uw script having the wrong version spec 10.0.11 2022-08-22T15:50:45+02:00 - Fix issue with multiple code-point emojis, listing only the first - Remove mention of unicode database inspection, as it is shown too late - Bump dependency on Map::Match 10.0.10 2022-01-08T16:42:04+01:00 - Fix version used in "uw" script - Add "un" script for finding out uninames from given strings - Add / correct documentation of "un" and "uw" - Update copyright year 10.0.9 2021-12-20T20:40:04+01:00 - Improved the CLI, now is verbose by default - Added --hex, --name, --char args, removed --verbose - Improved the usage message 10.0.8 2021-12-20T13:26:21+01:00 - Fix the CLI for just alpha characters - Up dependency on Map::Match for regex key bleeding fix 10.0.7 2021-12-19T22:59:21+01:00 - Add dependency on Map::Match - Allow for regexes to be used instead of just strings - Adapt the CLI to accept words with any non-alphanumeric to be accepted as a regex specification - The Map returned by uniname-words() now only has lowercase keys 10.0.6 2021-11-29T21:35:47+01:00 - Speed up partial searches by a factor of 20 or so 10.0.5 2021-11-29T13:11:23+01:00 - Add support for --verbose to "uw" CLI 10.0.4 2021-11-28T12:00:28+01:00 - Make sure that codepoints that have the same word in their name more than once, are only listed once (like 0x1FB3C, LOWER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER CENTRE) - Add handling of parameters to the uniname-words sub, to find words, or strings, either all or any - Add a command line utility "uw" to easily access the added functionality 10.0.3 2021-11-07T12:04:31+01:00 - Remove the module specification, we don't need it anymore 10.0.2 2021-10-14T13:00:21+02:00 - Oops, forgot to manually update META :-( 10.0.1 2021-10-14T11:23:35+02:00 - Bundle all reserved codepoints under "reserved" without checking the rest of the name. This reduces the number of entries from 1092494 to 262166, and also reduces the compile time of the module from 30+ seconds to around 6 seconds on the computer of yours truly. gfldex++ for the impetus to look into this. 10.0.0 2021-10-09T13:06:21+02:00 - Raise version and finally upload to zef ecosystem 0.0.3 2021-09-10T12:09:00+02:00 - Change file extension to .rakumod - Migrate to zef ecosystem - Update email address 0.0.2 2021-04-17T15:26:21+02:00 - Properly upload *and* set version tag 0.0.1 2021-04-17T15:21:24+02:00 - Initial version