{"id":22607869,"url":"https://github.com/patch/task-unicode-pm5","last_synced_at":"2025-03-28T22:20:02.021Z","repository":{"id":2234750,"uuid":"3188505","full_name":"patch/task-unicode-pm5","owner":"patch","description":"Task::Unicode (Perl 5): Everything needed to work with Unicode data","archived":false,"fork":false,"pushed_at":"2014-10-29T19:25:25.000Z","size":212,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T08:48:04.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://metacpan.org/pod/Task::Unicode","language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/patch.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-16T06:35:34.000Z","updated_at":"2021-11-05T23:39:55.000Z","dependencies_parsed_at":"2022-09-16T18:11:09.159Z","dependency_job_id":null,"html_url":"https://github.com/patch/task-unicode-pm5","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patch%2Ftask-unicode-pm5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patch%2Ftask-unicode-pm5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patch%2Ftask-unicode-pm5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patch%2Ftask-unicode-pm5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patch","download_url":"https://codeload.github.com/patch/task-unicode-pm5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246106781,"owners_count":20724409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-08T14:22:36.980Z","updated_at":"2025-03-28T22:20:02.000Z","avatar_url":"https://github.com/patch.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NAME\n\nTask::Unicode - Everything needed to work with Unicode data\n\n# VERSION\n\nThis document describes Task::Unicode v0.06.\n\n# DESCRIPTION\n\nThis [Task](https://metacpan.org/pod/Task) module installs everything needed for working with Unicode and\nUTF-8 strings as well as a number of modules and utilities to assist in\ndevelopment and debugging.  It is not intended to be an all-inclusive bundle\nof Unicode modules on the CPAN.  Instead, it is a collection of the essential\nand some of the most useful general-purpose modules.\n\nThis is an early release of Task::Unicode and the bundled module list is not\nyet complete.  Modules may be added or removed.  Please contact the author\nwith suggestions for upcoming releases.\n\nThe brief module descriptions are currently taken directly from each module.\nIn the future, these will be slightly expanded and explained for those with\nless Unicode knowledge.\n\n## MODULES\n\n- [Unicode::CaseFold](https://metacpan.org/pod/Unicode::CaseFold)\n\n    Unicode case-folding for case-insensitive lookups\n\n- [Unicode::Casing](https://metacpan.org/pod/Unicode::Casing)\n\n    Perl extension to override system case changing functions\n\n- [Unicode::Collate::Locale](https://metacpan.org/pod/Unicode::Collate::Locale)\n\n    Linguistic tailoring for DUCET via Unicode::Collate\n\n- [Unicode::GCString](https://metacpan.org/pod/Unicode::GCString)\n\n    String as Sequence of UAX #29 Grapheme Clusters\n\n- [Unicode::LineBreak](https://metacpan.org/pod/Unicode::LineBreak)\n\n    Line Folding for Plain Text\n\n- [Unicode::Regex::Set](https://metacpan.org/pod/Unicode::Regex::Set)\n\n    Subtraction and Intersection of Character Sets in Unicode Regular Expressions\n\n- [Unicode::Stringprep](https://metacpan.org/pod/Unicode::Stringprep)\n\n    Preparation of Internationalized Strings (RFC 3454)\n\n- [Unicode::UTF8](https://metacpan.org/pod/Unicode::UTF8)\n\n    Encoding and decoding of UTF-8 encoding form\n\n- [Unicode::Util](https://metacpan.org/pod/Unicode::Util)\n\n    Unicode-aware versions of built-in Perl functions\n\n- [utf8::all](https://metacpan.org/pod/utf8::all)\n\n    Turn on Unicode—all of it\n\n## DEBUGGING\n\n- [String::Dump](https://metacpan.org/pod/String::Dump)\n\n    Dump strings of characters or bytes for printing and debugging\n\n- [Encode::DoubleEncodedUTF8](https://metacpan.org/pod/Encode::DoubleEncodedUTF8)\n\n    Fix double-encoded UTF-8 bytes to the correct one\n\n## UTILITIES\n\n- [App::Uni](https://metacpan.org/pod/App::Uni)\n\n    Command-line utility to find or display Unicode characters\n\n- [Unicode::Tussle](https://metacpan.org/pod/Unicode::Tussle)\n\n    Tom’s Unicode Scripts So Life is Easier (only installed with Perl 5.14+)\n\n## SEE ALSO\n\nThis task requires Perl v5.10, which bundles the following important modules.\n\n- [charnames](https://metacpan.org/pod/charnames)\n\n    Access to Unicode character names and named character sequences; also define\n    character names\n\n- [utf8](https://metacpan.org/pod/utf8)\n\n    Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code\n\n- [open](https://metacpan.org/pod/open)\n\n    Perl pragma to set default PerlIO layers for input and output\n\n- [Encode](https://metacpan.org/pod/Encode)\n\n    Character encodings in Perl\n\n- [Unicode::Collate](https://metacpan.org/pod/Unicode::Collate)\n\n    Unicode Collation Algorithm\n\n- [Unicode::Normalize](https://metacpan.org/pod/Unicode::Normalize)\n\n    Unicode Normalization Forms\n\n- [Unicode::UCD](https://metacpan.org/pod/Unicode::UCD)\n\n    Unicode character database\n\n# AUTHOR\n\nNick Patch \u003cpatch@cpan.org\u003e\n\n# COPYRIGHT AND LICENSE\n\n© 2012–2014 Nick Patch\n\nThis library is free software; you can redistribute it and/or modify it under\nthe same terms as Perl itself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatch%2Ftask-unicode-pm5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatch%2Ftask-unicode-pm5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatch%2Ftask-unicode-pm5/lists"}