{"id":19256716,"url":"https://github.com/geneweb/unidecode","last_synced_at":"2025-02-23T17:43:14.253Z","repository":{"id":54853032,"uuid":"211798230","full_name":"geneweb/unidecode","owner":"geneweb","description":"Convert unicode strings into its ASCII representation","archived":false,"fork":false,"pushed_at":"2021-01-25T09:53:49.000Z","size":49,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-05T08:55:15.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"OCaml","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/geneweb.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-30T07:12:04.000Z","updated_at":"2022-02-27T14:03:14.000Z","dependencies_parsed_at":"2022-08-14T04:50:21.528Z","dependency_job_id":null,"html_url":"https://github.com/geneweb/unidecode","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geneweb%2Funidecode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geneweb%2Funidecode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geneweb%2Funidecode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geneweb%2Funidecode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geneweb","download_url":"https://codeload.github.com/geneweb/unidecode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240356097,"owners_count":19788512,"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-11-09T19:06:43.929Z","updated_at":"2025-02-23T17:43:14.218Z","avatar_url":"https://github.com/geneweb.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unidecode\n\nConvert unicode strings into its ASCII representation.\n\nThe purpose of this library is the same as python's\n[unidecode](https://pypi.org/project/Unidecode/) library (version\n1.1.1).\n\nCode of the initial release of this library has been extracted from\n[GeneWeb](https://github.com/geneweb/geneweb) and adapted to be\nreleased in an independent library.\n\n## Installation\n\n```bash\nopam install unidecode\n```\n\n## License\n\nReleased under the terms of the [GNU GENERAL PUBLIC LICENSE](LICENSE).\n\n## Limitations\n\n- Only supports NFC normalization form.\n- Transliteration targets french language\n  (i.e. russian `у` gives `ou` while `u` could be expected).\n  This will eventually be parameterizable.\n- Transliteration might produce strange casing\n  (e.g. `У` produce `OU` while `Ou` could be expected).\n  Choosing between default (current) behavior, lower casing, upper\n  casing, and capitalization will eventually be an option.\n\n## Instructions for developpers\n\n```bash\ndune build            # build the library\ndune install          # install the built library\ndune clean            # clean compilation artifacts\ndune runtest          # run unit tests\ndune build @runbench  # compare with other libs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeneweb%2Funidecode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeneweb%2Funidecode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeneweb%2Funidecode/lists"}