{"id":18489727,"url":"https://github.com/abicky/runicode","last_synced_at":"2025-05-13T23:34:48.309Z","repository":{"id":139218571,"uuid":"1626209","full_name":"abicky/RUnicode","owner":"abicky","description":"R package to proceed Unicode characters","archived":false,"fork":false,"pushed_at":"2013-05-28T17:27:02.000Z","size":120,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T06:37:58.306Z","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/abicky.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}},"created_at":"2011-04-17T12:21:08.000Z","updated_at":"2015-05-08T11:04:18.000Z","dependencies_parsed_at":"2023-03-13T10:49:52.563Z","dependency_job_id":null,"html_url":"https://github.com/abicky/RUnicode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abicky%2FRUnicode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abicky%2FRUnicode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abicky%2FRUnicode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abicky%2FRUnicode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abicky","download_url":"https://codeload.github.com/abicky/RUnicode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254043217,"owners_count":22004912,"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-06T12:57:41.117Z","updated_at":"2025-05-13T23:34:48.213Z","avatar_url":"https://github.com/abicky.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"RUnicode -- Normalize Unicode characters\n========================================\n\nDescription\n-----------\n\nNormalize Unicode characters of a character vector or factor using ICU library.\nCurrently, Windows is not supported.\n\nInstall\n-------\n\nFirstly, install ICU library and make sure that you can execute `icu-config --version`.\n\n#### Mac OS X\n\n    $ brew install icu4c\n    $ brew link icu4c --force\n\n#### Debian\n\n    $ sudo aptitude install libicu-dev\n\n#### CentOS\n\n    $ sudo yum install libicu-devel\n\n\nNext, clone the repository and install the package.\n\n    $ git clone git@github.com:abicky/RUnicode.git\n    $ R CMD INSTALL RUnicode\n\n\nUsage\n-----\n\n    unormalize(x, form = c(\"NFKC\", \"NFC\", \"NFKD\", \"NFD\"), encoding = \"utf8\")\n\nSee also `?unormalize`\n\n\nExamples\n--------\n\n    \u003e x \u003c- c(\"\\uff71\\uff72\\uff73\", \"\\uff11\\uff12\\uff13\")\n    \u003e x\n    [1] \"ｱｲｳ\"    \"１２３\"\n    \u003e unormalize(x, \"NFKC\")\n    [1] \"アイウ\" \"123\"   \n    \u003e ga \u003c- \"\\u304c\"\n    \u003e ga\n    [1] \"が\"\n    \u003e charToRaw(ga)\n    [1] e3 81 8c\n    \u003e charToRaw(unormalize(ga, \"NFD\"))\n    [1] e3 81 8b e3 82 99\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabicky%2Frunicode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabicky%2Frunicode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabicky%2Frunicode/lists"}