{"id":16378975,"url":"https://github.com/the-ticking-clockwork/mutf-8","last_synced_at":"2026-06-30T00:31:59.078Z","repository":{"id":220669839,"uuid":"752247252","full_name":"The-Ticking-Clockwork/MUTF-8","owner":"The-Ticking-Clockwork","description":"An implementation of a Modified UTF-8 encoder and decoder in Nim!","archived":false,"fork":false,"pushed_at":"2024-02-03T13:45:51.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T13:15:26.052Z","etag":null,"topics":["charset","decoding","encoding","modified-utf8","mutf-8","mutf8"],"latest_commit_sha":null,"homepage":"https://the-ticking-clockwork.github.io/MUTF-8/","language":"Nim","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/The-Ticking-Clockwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-03T13:24:25.000Z","updated_at":"2024-05-02T15:23:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"85514136-6c29-4dae-aceb-58893f2a63e2","html_url":"https://github.com/The-Ticking-Clockwork/MUTF-8","commit_stats":null,"previous_names":["yu-vitaqua-fer-chronos/mutf-8","the-ticking-clockwork/mutf-8"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Ticking-Clockwork%2FMUTF-8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Ticking-Clockwork%2FMUTF-8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Ticking-Clockwork%2FMUTF-8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Ticking-Clockwork%2FMUTF-8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-Ticking-Clockwork","download_url":"https://codeload.github.com/The-Ticking-Clockwork/MUTF-8/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240018707,"owners_count":19734874,"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":["charset","decoding","encoding","modified-utf8","mutf-8","mutf8"],"created_at":"2024-10-11T03:47:07.616Z","updated_at":"2026-04-18T19:30:23.959Z","avatar_url":"https://github.com/The-Ticking-Clockwork.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MUTF-8\nAn implementation of the Modified UTF-8 encoder and decoder from Java,\nmeant for use within [TagForge](https://github.com/Nimberite-Development/TagForge-Nim),\nan NBT parser and dumper!\n\n## Usage\n```nim\nimport mutf8\n\nassert decodeMutf8([0xE3.byte, 0x81, 0x82]) == \"あ\"\nassert encodeMutf8(\"Hello☆\") == [0x48.byte, 0x65, 0x6c, 0x6c, 0x6f, 0xe2, 0x98, 0x86]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-ticking-clockwork%2Fmutf-8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-ticking-clockwork%2Fmutf-8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-ticking-clockwork%2Fmutf-8/lists"}