{"id":22493369,"url":"https://github.com/ufcpp/unicodedatacsharp","last_synced_at":"2025-07-21T10:05:01.386Z","repository":{"id":77043477,"uuid":"220957355","full_name":"ufcpp/UnicodeDataCsharp","owner":"ufcpp","description":"Parsing UCD in C#","archived":false,"fork":false,"pushed_at":"2019-11-20T01:16:23.000Z","size":65,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T20:46:23.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/ufcpp.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-11-11T10:35:09.000Z","updated_at":"2024-06-05T15:48:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e7e214a-ae25-4473-ad60-d9ba27b4e11d","html_url":"https://github.com/ufcpp/UnicodeDataCsharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ufcpp/UnicodeDataCsharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufcpp%2FUnicodeDataCsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufcpp%2FUnicodeDataCsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufcpp%2FUnicodeDataCsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufcpp%2FUnicodeDataCsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ufcpp","download_url":"https://codeload.github.com/ufcpp/UnicodeDataCsharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ufcpp%2FUnicodeDataCsharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266278375,"owners_count":23904040,"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-12-06T18:39:12.376Z","updated_at":"2025-07-21T10:05:01.365Z","avatar_url":"https://github.com/ufcpp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UCD 読み込み\n\nC# から Unicode の各種プロパティを読むためのコード。\n\nICU.net とか [ICU](http://site.icu-project.org/home)の DllImport とかいろいろ試してみたけど、結局、[unicode.org の UCD](http://unicode.org/reports/tr44/) を自前で読み込んで各行を parse する方が楽だってなって書いたコード。\n面倒になったのは主に以下の2点。\n\n- ICU バージョンと Unicode バージョンの対応を調べるのが面倒\n- UCD のどのファイルのどの列が、ICU のどのメソッドから取れるか調べるのが面倒\n\nUCD のデータは Glyph がらみを除けば全部テキストで、だいたいは\n\n- `;` 区切り\n- `#` から後ろはコメント\n- コードポイントは16進数表記\n- コードポイントの区間を表す場合、`..` で2つの16進数をつなぐ\n\nという感じなので、そんなに複雑なことは必要ない。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufcpp%2Funicodedatacsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fufcpp%2Funicodedatacsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fufcpp%2Funicodedatacsharp/lists"}