{"id":15113255,"url":"https://github.com/gitgnu/gnu_libunistring","last_synced_at":"2026-01-12T11:03:06.648Z","repository":{"id":84520716,"uuid":"90024984","full_name":"gitGNU/gnu_libunistring","owner":"gitGNU","description":null,"archived":false,"fork":false,"pushed_at":"2017-05-02T11:18:24.000Z","size":589,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T01:14:04.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitGNU.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-02T11:18:10.000Z","updated_at":"2017-11-12T08:19:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"86f17d30-fe83-43a5-b9a1-e5fff9c531ef","html_url":"https://github.com/gitGNU/gnu_libunistring","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/gitGNU/gnu_libunistring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_libunistring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_libunistring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_libunistring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_libunistring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitGNU","download_url":"https://codeload.github.com/gitGNU/gnu_libunistring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitGNU%2Fgnu_libunistring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-09-26T01:04:00.211Z","updated_at":"2026-01-12T11:03:06.629Z","avatar_url":"https://github.com/gitGNU.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"           GNU LIBUNISTRING - Unicode string library\n\nThis library provides functions for manipulating Unicode strings and\nfor manipulating C strings according to the Unicode standard.\n\nIt consists of the following parts:\n\n  unistr.h     elementary string functions\n  uniconv.h    conversion from/to legacy encodings\n  unistdio.h   formatted output to strings\n  uniname.h    character names\n  unictype.h   character classification and properties\n  uniwidth.h   string width when using nonproportional fonts\n  unigbrk.h    grapheme cluster breaks\n  uniwbrk.h    word breaks\n  unilbrk.h    line breaking algorithm\n  uninorm.h    normalization (composition and decomposition)\n  unicase.h    case folding\n  uniregex.h   regular expressions (not yet implemented)\n\nlibunistring is for you if your application involves non-trivial text\nprocessing, such as upper/lower case conversions, line breaking, operations\non words, or more advanced analysis of text. Text provided by the user can,\nin general, contain characters of all kinds of scripts. The text processing\nfunctions provided by this library handle all scripts and all languages.\n\nlibunistring is for you if your application already uses the ISO C / POSIX\n\u003cctype.h\u003e, \u003cwctype.h\u003e functions and the text it operates on is provided by\nthe user and can be in any language.\n\nlibunistring is also for you if your application uses Unicode strings as\ninternal in-memory representation.\n\n\nInstallation\n------------\n\nAs usual for GNU packages:\n\n    $ ./configure --prefix=/usr/local\n    $ make\n    $ make install\n\n\nCopyright\n---------\n\nThe libunistring library and its header files are dual-licensed under\n\"the GNU LGPLv3+ or the GNU GPLv2\". This means, you can use it under either\n  - the terms of the GNU Lesser General Public License (LGPL) version 3 or\n    (at your option) any later version, or\n  - the terms of the GNU General Public License (GPL) version 2, or\n  - the same dual license \"the GNU LGPLv3+ or the GNU GPLv2\".\n\nYou find the GNU LGPL version 3 in the file COPYING.LIB.  This license is\nbased on the GNU GPL version 3, see file COPYING.\n\nYou can find the GNU GPL version 2 at\n\u003chttps://www.gnu.org/licenses/old-licenses/gpl-2.0.html\u003e.\n\nNote: This dual license makes it possible for the libunistring library\nto be used by packages under GPLv2 or GPLv2+ licenses, in particular. See\nthe table in \u003chttps://www.gnu.org/licenses/gpl-faq.html#AllCompatibility\u003e.\n\nThe documentation is under another license; see in the documentation.\n\n\nDownload\n--------\n\n    https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.7.tar.gz\n\nHomepage\n--------\n\n    https://www.gnu.org/software/libunistring/\n\nBug reports to\n--------------\n\n    \u003cbug-libunistring@gnu.org\u003e\n\n\nBruno Haible \u003cbruno@clisp.org\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitgnu%2Fgnu_libunistring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitgnu%2Fgnu_libunistring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitgnu%2Fgnu_libunistring/lists"}