{"id":18023176,"url":"https://github.com/rustyconover/encode-detective","last_synced_at":"2025-10-10T08:07:35.462Z","repository":{"id":31303674,"uuid":"34865926","full_name":"rustyconover/encode-detective","owner":"rustyconover","description":"Encode::Detective","archived":false,"fork":false,"pushed_at":"2015-04-30T16:54:39.000Z","size":288,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-04T00:58:08.692Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rustyconover.png","metadata":{"files":{"readme":"README","changelog":"Changes","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":"2015-04-30T16:53:38.000Z","updated_at":"2015-04-30T16:54:39.000Z","dependencies_parsed_at":"2022-08-27T08:30:30.262Z","dependency_job_id":null,"html_url":"https://github.com/rustyconover/encode-detective","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rustyconover/encode-detective","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyconover%2Fencode-detective","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyconover%2Fencode-detective/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyconover%2Fencode-detective/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyconover%2Fencode-detective/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustyconover","download_url":"https://codeload.github.com/rustyconover/encode-detective/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustyconover%2Fencode-detective/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003294,"owners_count":26083555,"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-10-10T02:00:06.843Z","response_time":62,"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-10-30T07:07:41.084Z","updated_at":"2025-10-10T08:07:35.433Z","avatar_url":"https://github.com/rustyconover.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"   _____                     _            \n  | ____|_ __   ___ ___   __| | ___   _ _ \n  |  _| | '_ \\ / __/ _ \\ / _` |/ _ \\ (_|_)\n  | |___| | | | (_| (_) | (_| |  __/  _ _ \n  |_____|_| |_|\\___\\___/ \\__,_|\\___| (_|_)\n                                          \n   ____       _            _   _           \n  |  _ \\  ___| |_ ___  ___| |_(_)_   _____ \n  | | | |/ _ \\ __/ _ \\/ __| __| \\ \\ / / _ \\\n  | |_| |  __/ ||  __/ (__| |_| |\\ V /  __/\n  |____/ \\___|\\__\\___|\\___|\\__|_| \\_/ \\___|\n                                           \n\n\nThis is the README for Encode::Detective version 0.06.\n\nEncode::Detective is a \"module\" for the Perl computer programming language, a\nlibrary of computer code to install on a computer.  This document contains four\nsections:\n\n1. About - what the module does\n\n2. Documentation - how to learn more about the module\n\n3. Installation - how to install this module on a computer\n\n4. Help - what to do if you get stuck\n\n-----------------------------------------------------------------------------\n\n1. ABOUT\n\nEncode::Detective - guess the encoding of text\n\nThis module guesses the character set of input data. It is similar to\n\"Encode::Guess\", but does not require a list of expected encodings.\n\n-----------------------------------------------------------------------------\n\n2. DOCUMENTATION\n\nYou can read the documentation for the module online at the following websites:\n\n    * http://search.cpan.org/perldoc?Encode::Detective\n    * http://metacpan.org/release/Encode-Detective\n\n(These links go to the latest version of the module.)\n\nAfter installing the module, you can read the documentation on your computer\nusing\n\n    perldoc Encode::Detective\n\n-----------------------------------------------------------------------------\n\n3. INSTALLATION\n\nTo install the module from CPAN, use\n\n    cpan Encode::Detective\n\nIf you have the App::cpanminus installer, you may prefer\n\n    cpanm Encode::Detective\n\nTo install the module from the source file, Encode-Detective-0.05.tar.gz,\nfollow this sequence of commands:\n\n    tar xfz Encode-Detective-0.05.tar.gz\n    cd Encode-Detective-0.05\n    perl Makefile.PL\n    make\n    make install\n\nIf you want to test the module before installing it, use \"make test\" after\n\"make\" and before \"make install\".\n\n-----------------------------------------------------------------------------\n\n4. HELP\n\nTo get help with the module, you can email the author, Ben Bullock, at\n\u003cbkb@cpan.org\u003e. If you think there is a problem in the module, you can report a\nbug at \n\n\u003chttps://github.com/benkasminbullock/Encode-Detective/issues\u003e,\n\nor if you want to alter the source code of Encode::Detective, try the public\nrepository on github at \n\n\u003chttps://github.com/benkasminbullock/Encode-Detective\u003e. \n\n-----------------------------------------------------------------------------\n\nThis README was written on Sat Nov 30 13:01:12 2013.\n\n-----------------------------------------------------------------------------\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustyconover%2Fencode-detective","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustyconover%2Fencode-detective","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustyconover%2Fencode-detective/lists"}