{"id":16880178,"url":"https://github.com/jgm/rfc5051","last_synced_at":"2025-04-11T11:43:47.505Z","repository":{"id":8273442,"uuid":"9732515","full_name":"jgm/rfc5051","owner":"jgm","description":"Haskell implementation of RFC5051, simple unicode collation.","archived":false,"fork":false,"pushed_at":"2020-08-01T20:13:11.000Z","size":326,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T08:04:00.680Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jgm.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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":"2013-04-28T16:20:49.000Z","updated_at":"2024-07-30T13:15:57.000Z","dependencies_parsed_at":"2022-08-07T00:15:44.495Z","dependency_job_id":null,"html_url":"https://github.com/jgm/rfc5051","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/jgm%2Frfc5051","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgm%2Frfc5051/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgm%2Frfc5051/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgm%2Frfc5051/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgm","download_url":"https://codeload.github.com/jgm/rfc5051/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248386770,"owners_count":21095089,"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-10-13T15:57:45.135Z","updated_at":"2025-04-11T11:43:47.485Z","avatar_url":"https://github.com/jgm.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"rfc5051 - Simple unicode collation\n----------------------------------\n\nThis library implements the simple, non locale-sensitive unicode collation\nalgorithm described in [RFC 5051](http://www.rfc-editor.org/rfc/rfc5051.txt).\nProper unicode collation can be done using\n[text-icu](http://hackage.org/package/text-icu), but that is a big\ndependency that depends on a large C library.  rfc5051 might be better\nfor some purposes.\n\nHere is a list of lines sorted by the Prelude's `sort` function:\n\nAbe\nOeb\nabe\nabé\noeb\nÁbe\nÄbe\nÔeb\nábe\näbe\nôeb\n\nHere is the same list sorted by `sortBy compareUnicode`:\n\nAbe\nabe\nabé\nÁbe\nábe\nÄbe\näbe\nOeb\noeb\nÔeb\nôeb\n\nThe library's data module, `Data.RFC5051.UnicodeData`, is generated\nfrom the data file `UnicodeData.txt`.  To regenerate it, use the\nMakefile or:\n\n    runghc MkUnicodeData.hs \u003e src/Data/RFC5051/UnicodeData.hs\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgm%2Frfc5051","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgm%2Frfc5051","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgm%2Frfc5051/lists"}