{"id":25416380,"url":"https://github.com/forderud/windowscmdunicode","last_synced_at":"2025-04-29T19:16:45.979Z","repository":{"id":115293828,"uuid":"590885928","full_name":"forderud/WindowsCmdUnicode","owner":"forderud","description":"Unicode console and command-line processing on Windows","archived":false,"fork":false,"pushed_at":"2024-08-26T15:41:57.000Z","size":41,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-29T16:01:06.528Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/forderud.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":"2023-01-19T12:54:50.000Z","updated_at":"2024-08-26T19:13:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd2f0d03-8724-436c-9498-5e7971311c03","html_url":"https://github.com/forderud/WindowsCmdUnicode","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/forderud%2FWindowsCmdUnicode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forderud%2FWindowsCmdUnicode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forderud%2FWindowsCmdUnicode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/forderud%2FWindowsCmdUnicode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/forderud","download_url":"https://codeload.github.com/forderud/WindowsCmdUnicode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251546718,"owners_count":21606892,"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":"2025-02-16T16:54:53.162Z","updated_at":"2025-04-29T19:16:45.957Z","avatar_url":"https://github.com/forderud.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Small command-line tool for testing of the folllowing:\n* Pass unicode characters as command-line arguments. The executable filename already has a `Æ大` suffix which should automatically show up in `argv[0]`.\n* Print unicode characters like `🤍` back to the console.\n\n![screenshot](figures/screenshot.png)\n\n### Known issues\n\n|         Issue             |       Workaround       |\n|---------------------------|------------------------|\n| Non-ASCII characters in `argv[]` are truncated to `?` if using `int main(int argc, char* argv[])` as entry point. | Instead use `int wmain(int argc, wchar_t* argv[])` as entry point. |\n| Windows 10 command prompt (`cmd.exe`) seem unable to display non-ASCII characters written to console. | Upgrade to Windows 11 or use bash shell instead. |\n\nPlease contact the repo author if you discover more problems or are aware of better solutions or workarounds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforderud%2Fwindowscmdunicode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforderud%2Fwindowscmdunicode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforderud%2Fwindowscmdunicode/lists"}