{"id":21768129,"url":"https://github.com/below/utfunzombie","last_synced_at":"2025-03-21T05:43:47.073Z","repository":{"id":66512645,"uuid":"218035886","full_name":"below/utfunzombie","owner":"below","description":"A library and command line tool to convert decomposed unicode into its precomposed form","archived":false,"fork":false,"pushed_at":"2019-11-12T21:46:07.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T02:44:08.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/below.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-28T11:55:56.000Z","updated_at":"2019-11-12T21:46:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"14b9aab1-4b0e-4762-9560-09a2f8de7a7f","html_url":"https://github.com/below/utfunzombie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/below%2Futfunzombie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/below%2Futfunzombie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/below%2Futfunzombie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/below%2Futfunzombie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/below","download_url":"https://codeload.github.com/below/utfunzombie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244745708,"owners_count":20503048,"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-26T13:33:42.599Z","updated_at":"2025-03-21T05:43:47.046Z","avatar_url":"https://github.com/below.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# utfunzombie\n\nA tool to convert decomposed characters into precomposed characters\n\n## Background\n\nHistorically, character sets had a single value for a character. For example, in ISO-8859-1 (aka \"Latin 1\"), the value `0xE4` represents the character \"ä\". To maintain compatiblity with such older standards, Unicode also has some single codepoints, like `U+00E4 LATIN SMALL LETTER A WITH DIAERESIS`. This is called the _precomposed_ form.\n\nHowever, for greater flexibility, Unicode can also represent these characters as a combination, in this case of `LATIN SMALL LETTER A (U+0061)` and `COMBINING DIAERESIS (U+0308)`. This is called the _decomposed_ form.\n\n## The Problem\n\nSome fonts do not render the decomposed form of some characters, even some professionally designed ones. If they reach a decomposed character, most systems will default to a font that can display them, creating a weird looking character.\n\n## utfunzombie\n\nThis utility takes a path to a file, and outputs the precomposed form of that file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelow%2Futfunzombie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbelow%2Futfunzombie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelow%2Futfunzombie/lists"}