{"id":22413592,"url":"https://github.com/nextfaze/characterentityconverter","last_synced_at":"2025-10-25T01:20:29.419Z","repository":{"id":138429657,"uuid":"1494957","full_name":"NextFaze/CharacterEntityConverter","owner":"NextFaze","description":"Objective C library for character entity conversions","archived":false,"fork":false,"pushed_at":"2015-10-30T05:35:29.000Z","size":152,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-27T03:31:30.681Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/2moro/CharacterEntityConverter","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NextFaze.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}},"created_at":"2011-03-18T06:10:11.000Z","updated_at":"2015-10-30T05:35:30.000Z","dependencies_parsed_at":"2023-03-13T15:22:21.598Z","dependency_job_id":null,"html_url":"https://github.com/NextFaze/CharacterEntityConverter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NextFaze/CharacterEntityConverter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2FCharacterEntityConverter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2FCharacterEntityConverter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2FCharacterEntityConverter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2FCharacterEntityConverter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NextFaze","download_url":"https://codeload.github.com/NextFaze/CharacterEntityConverter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2FCharacterEntityConverter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272567985,"owners_count":24956919,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-05T14:13:35.075Z","updated_at":"2025-10-25T01:20:29.343Z","avatar_url":"https://github.com/NextFaze.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CharacterEntityConverter\n\nCharacterEntityConverter - Objective C library for character entity conversions\n\n## Installation\n\n    \u003e git clone git://github.com/NextfazeSD/CharacterEntityConverter.git\n\n## Interfaces\n\nCharacterEntityConverter:\n\n    + (NSString *)decodeEntities:(NSString *)string;\n    + (NSString *)decodeEntitiesForXML:(NSString *)string;\n    + (NSString *)encodeEntities:(NSString *)string;\n    + (NSString *)encodeEntitiesForXML:(NSString *)string;\n    + (NSString *)encodeEntities:(NSString *)string fromCodePoint:(unsigned int)fromCodePoint html:(BOOL)html;\n\nNSString+CharacterEntityConverter:  (NSString category)\n\n    - (NSString *)stringByEncodingEntities;\n    - (NSString *)stringByEncodingEntitiesForXML;\n    - (NSString *)stringByDecodingEntities;\n    - (NSString *)stringByDecodingEntitiesForXML;\n\nNSMutableString+CharacterEntityConverter:  (NSMutableString category)\n\n    - (void)encodeEntities;\n    - (void)encodeEntitiesForXML;\n    - (void)decodeEntities;\n    - (void)decodeEntitiesForXML;\n\n## Synopsis\n\ndecoding character entities\n\n    #import \"NSString+CharacterEntityConverter.h\"\n\n    [@\"foo \u0026amp; bar\" stringByDecodingEntities];            // -\u003e \"foo \u0026 bar\"\n    [@\"foo \u0026amp; \u0026trade;\" stringByDecodingEntitiesForXML];  // -\u003e \"foo \u0026amp; bar ™\"  (\u0026trade; is not valid in XML)\n\nencoding character entities\n\n    #import \"NSString+CharacterEntityConverter.h\"\n\n    [@\"foo \u0026 bar\" stringByEncodingEntities];          // -\u003e \"foo \u0026amp; bar\"\n    [@\"foo \u0026 bar ™\" stringByEncodingEntitiesForXML];   // -\u003e \"foo \u0026amp; bar \u0026#8482;\" (\u0026trade; is not valid in XML)\n    \n## License\n\nCharacterEntityConverter is licensed under the terms of the [Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). Please see the [LICENSE](https://github.com/NextfazeSD/CharacterEntityConverter/blob/master/LICENSE) file for full details.\n\n## Credits\n\nCharacterEntityConverter is brought to you by [Andrew Williams](http://github.com/sobakasu) and supported by the [NextFaze](http://www.nextfaze.com) team and the GitHub community.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextfaze%2Fcharacterentityconverter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextfaze%2Fcharacterentityconverter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextfaze%2Fcharacterentityconverter/lists"}