{"id":32169687,"url":"https://github.com/mrapacz/latinizer","last_synced_at":"2026-02-20T16:01:28.459Z","repository":{"id":57515216,"uuid":"111161975","full_name":"mrapacz/latinizer","owner":"mrapacz","description":"A module providing logic for transcribing strings to latin and removal of diacritics in strings","archived":false,"fork":false,"pushed_at":"2018-01-24T12:06:48.000Z","size":28,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-15T20:52:44.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrapacz.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":"2017-11-17T23:58:12.000Z","updated_at":"2021-04-13T19:32:18.000Z","dependencies_parsed_at":"2022-08-30T01:41:57.135Z","dependency_job_id":null,"html_url":"https://github.com/mrapacz/latinizer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mrapacz/latinizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrapacz%2Flatinizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrapacz%2Flatinizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrapacz%2Flatinizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrapacz%2Flatinizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrapacz","download_url":"https://codeload.github.com/mrapacz/latinizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrapacz%2Flatinizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29656589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T09:27:29.698Z","status":"ssl_error","status_checked_at":"2026-02-20T09:26:12.373Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-10-21T16:36:13.629Z","updated_at":"2026-02-20T16:01:28.446Z","avatar_url":"https://github.com/mrapacz.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Latinizer\n[![CircleCI](https://img.shields.io/circleci/project/github/mrapacz/latinizer.svg)](https://circleci.com/gh/mrapacz/latinizer/tree/master)\n[![Hex.pm](https://img.shields.io/hexpm/v/latinizer.svg)](https://hex.pm/packages/latinizer/)\n[![Test Coverage](https://img.shields.io/coveralls/github/mrapacz/latinizer/master.svg)](https://github.com/mrapacz/latinizer)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/mrapacz/latinizer/blob/enhancement/readme-badges/LICENSE)\n**A string-translating module responsible for getting rid of diacritical signs in strings**\n\n## Installation\n\nAvailable in [Hex](https://hex.pm/packages/latinizer/).\n\nThe package can be installed by adding `latinizer` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:latinizer, \"~\u003e 0.4.0\"}]\nend\n```\n\n## Usage\n\nThe lib allows one to transcribe and remove diacritics from strings containing characters used in most of the European languages (e.g. Polish, Russian, Swedish, French etc.) to string containing only latin letters. The most common usage is as follows:\n\n\n```elixir\niex\u003e Latinizer.latinize \"Pchnij w tę łódź jeża lub ośm skrzyń fig.\"\n\"Pchnij w te lodz jeza lub osm skrzyn fig.\"\n\niex\u003e  Latinizer.latinize \"Pchnij w tę łódź jeża lub ośm skrzyń fig.\", only: [\"ż\", \"ę\"]    \n\"Pchnij w te łódź jeza lub ośm skrzyń fig.\"\n\niex\u003e Latinizer.latinize \"В начале было Слово, и Слово было у Бога, и Слово было Бог.\"\n\"V nachale bylo Slovo, i Slovo bylo u Boga, i Slovo bylo Bog.\"\n```\n\nTo find more examples and functions provided by the library, read [the docs](https://hexdocs.pm/latinizer).\n\n## Contributing\n\nShould you find missing character mappings or any other problems, feel free to create\nissues in the repo for that, I'll be happy to help.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrapacz%2Flatinizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrapacz%2Flatinizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrapacz%2Flatinizer/lists"}