{"id":16072987,"url":"https://github.com/juanitofatas/unicode_range","last_synced_at":"2025-04-05T10:26:25.012Z","repository":{"id":59158578,"uuid":"137632193","full_name":"JuanitoFatas/unicode_range","owner":"JuanitoFatas","description":" Get unicodes by range and exclude reserved words.","archived":false,"fork":false,"pushed_at":"2018-06-26T01:34:49.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T20:19:43.804Z","etag":null,"topics":["range","ruby","traverse","unicode"],"latest_commit_sha":null,"homepage":"https://github.com/JuanitoFatas/unicode_range","language":"Ruby","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/JuanitoFatas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-17T05:50:00.000Z","updated_at":"2018-09-15T00:55:03.000Z","dependencies_parsed_at":"2022-09-13T20:11:15.365Z","dependency_job_id":null,"html_url":"https://github.com/JuanitoFatas/unicode_range","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/JuanitoFatas%2Funicode_range","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Funicode_range/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Funicode_range/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanitoFatas%2Funicode_range/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuanitoFatas","download_url":"https://codeload.github.com/JuanitoFatas/unicode_range/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247321313,"owners_count":20919966,"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":["range","ruby","traverse","unicode"],"created_at":"2024-10-09T08:01:53.700Z","updated_at":"2025-04-05T10:26:24.997Z","avatar_url":"https://github.com/JuanitoFatas.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UnicodeRange\n\nGet unicodes by range and exclude reserved words.\n\n```ruby\nunicode_range = UnicodeRange.new(from: \"FF10\", to: \"FF19\")\n\nunicode_range.expand.to_a\n=\u003e [65296, 65297, 65298, 65299, 65300, 65301, 65302, 65303, 65304, 65305]\n\nunicode_range.expand.to_s\n=\u003e \"０１２３４５６７８９\"\n\nreserved_words = %w(FF3B FF3C FF3D FF3E FF3F FF40)\nUnicodeRange.new(from: \"FF21\", to: \"FF5A\").expand(except: reserved_words).to_s\n=\u003e \"ＡＢＣＤＥＦＧＨＩＪＫＬＭＮＯＰＱＲＳＴＵＶＷＸＹＺａｂｃｄｅｆｇｈｉｊｋｌｍｎｏｐｑｒｓｔｕｖｗｘｙｚ\"\n```\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"unicode_range\"\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install unicode_range\n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/hack` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/JuanitoFatas/unicode_range.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanitofatas%2Funicode_range","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanitofatas%2Funicode_range","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanitofatas%2Funicode_range/lists"}